Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
(cherry picked from commit 3cedeff)
  • Loading branch information
saschaszott authored and github-actions[bot] committed Aug 8, 2024
1 parent 06556df commit 8075734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +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"
"@angular-eslint/use-lifecycle-interface": "error",

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

0 comments on commit 8075734

Please sign in to comment.