Skip to content

Commit

Permalink
add lint rule (use-lifecycle-interface)
Browse files Browse the repository at this point in the history
(cherry picked from commit cc975bb)
  • Loading branch information
saschaszott authored and github-actions[bot] committed Aug 8, 2024
1 parent 85a3578 commit 06556df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"@angular-eslint/no-output-native": "warn",
"@angular-eslint/no-output-on-prefix": "warn",
"@angular-eslint/no-conflicting-lifecycle": "warn",
"@angular-eslint/use-lifecycle-interface": "error"

"@typescript-eslint/no-inferrable-types":[
"error",
Expand Down

0 comments on commit 06556df

Please sign in to comment.