Skip to content

Commit

Permalink
remofe angular rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Jul 9, 2023
1 parent ed27921 commit 792718f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 175 deletions.
7 changes: 0 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module.exports = {
"plugins": [
"eslint-plugin-import",
"eslint-plugin-jsdoc",
"@angular-eslint/eslint-plugin",
"@typescript-eslint",
"prettier"
],
Expand All @@ -28,12 +27,6 @@ module.exports = {
endOfLine: 'auto'
},
],
"@angular-eslint/component-class-suffix": "error",
"@angular-eslint/directive-class-suffix": "error",
"@angular-eslint/no-input-rename": "error",
"@angular-eslint/no-output-on-prefix": "error",
"@angular-eslint/no-output-rename": "error",
"@angular-eslint/use-pipe-transform-interface": "error",
"@typescript-eslint/consistent-type-definitions": "error",
"@typescript-eslint/dot-notation": "off",
"@typescript-eslint/explicit-member-accessibility": [
Expand Down
173 changes: 6 additions & 167 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@
}
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^16.0.3",
"@types/node": "^16.17.1",
"@types/semver": "^7.5.0",
"@types/vscode": "^1.78.2",
Expand Down

0 comments on commit 792718f

Please sign in to comment.