Skip to content

Commit cc975bb

Browse files
authored
add lint rule (use-lifecycle-interface)
1 parent a0e7e2c commit cc975bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@
165165
"@angular-eslint/no-output-native": "warn",
166166
"@angular-eslint/no-output-on-prefix": "warn",
167167
"@angular-eslint/no-conflicting-lifecycle": "warn",
168+
"@angular-eslint/use-lifecycle-interface": "error"
168169

169170
"@typescript-eslint/no-inferrable-types":[
170171
"error",

0 commit comments

Comments
 (0)