Skip to content

Commit

Permalink
feat(context): eslint errors fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Roboromeo1 committed Jul 28, 2021
1 parent 3e0ef5e commit 2fbae4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
},
"extends": ["plugin:@angular-eslint/recommended"],
"rules": {
"@angular-eslint/no-empty-lifecycle-method": "warn",
"@angular-eslint/component-class-suffix":"warn",
"@angular-eslint/no-output-on-prefix":"warn",
"@angular-eslint/directive-selector": [
"error",
{
Expand Down

0 comments on commit 2fbae4d

Please sign in to comment.