Skip to content

Commit

Permalink
fix(eslint-plugin): disable @angular-eslint/use-component-selector
Browse files Browse the repository at this point in the history
…rule (#4948)
  • Loading branch information
splincode authored Jul 19, 2023
1 parent daf43a2 commit 13e7314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion projects/eslint-plugin/configs/ng.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@angular-eslint/prefer-on-push-component-change-detection": "error",
"@angular-eslint/prefer-output-readonly": "error",
"@angular-eslint/relative-url-prefix": "error",
"@angular-eslint/use-component-selector": "error",
"@angular-eslint/use-lifecycle-interface": "error",
"@angular-eslint/use-pipe-transform-interface": "error",
"@angular-eslint/no-lifecycle-call": "error"
Expand Down
1 change: 1 addition & 0 deletions projects/eslint-plugin/configs/off.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{
"files": ["*"],
"rules": {
"@angular-eslint/use-component-selector": "off",
"@angular-eslint/component-max-inline-declarations": "off",
"@angular-eslint/component-selector": "off",
"@angular-eslint/no-pipe-impure": "off",
Expand Down

0 comments on commit 13e7314

Please sign in to comment.