Skip to content

Commit

Permalink
silence linter errors in Angular example
Browse files Browse the repository at this point in the history
Hopefully those will fix itself on the next parser update
  • Loading branch information
aduh95 committed Aug 29, 2022
1 parent 5ddfee9 commit 5a2a368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/angular-example/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@
"dot-notation": "error",
"import/no-unresolved": "off",
"import/prefer-default-export": "off",
"indent": "error",
"indent": "warn",
"no-empty-function": "off",
"no-shadow": "error",
"no-unused-expressions": "error",
"no-unused-vars": "warn",
"no-use-before-define": "off",
"quotes": "error",
"semi": ["error", "never"]
Expand Down

0 comments on commit 5a2a368

Please sign in to comment.