Skip to content

Commit

Permalink
feat: Remove ngrx plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeinlschmidt committed Jan 27, 2024
1 parent 21c5c90 commit ce7ec11
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ npm i -D \
@angular-eslint/template-parser \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
@ngrx/eslint-plugin \
eslint-plugin-import \
eslint-config-prettier \
eslint-plugin-prettier \
Expand Down
1 change: 0 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ module.exports = {
'plugin:rxjs/recommended', // For some unknown weird reason, this plugin needs to be installed in child project as well.
'plugin:import/recommended',
'plugin:import/typescript',
'plugin:@ngrx/all',

// Prettier rule must always be the very last!
// This rule might intentionally disable some rules declared above due to conflicts
Expand Down
29 changes: 0 additions & 29 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 @@ -35,7 +35,6 @@
"@angular-eslint/eslint-plugin": ">=16",
"@angular-eslint/eslint-plugin-template": ">=16",
"@angular-eslint/template-parser": ">=16",
"@ngrx/eslint-plugin": "^16.2.0",
"@typescript-eslint/eslint-plugin": ">=6",
"@typescript-eslint/parser": ">=6",
"eslint": ">=8",
Expand Down

0 comments on commit ce7ec11

Please sign in to comment.