diff --git a/README.md b/README.md index 7b37066..7301345 100644 --- a/README.md +++ b/README.md @@ -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 \ diff --git a/eslint.config.js b/eslint.config.js index 47e33b6..878554d 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -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 diff --git a/package-lock.json b/package-lock.json index fe10d16..baa3973 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,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", @@ -490,22 +489,6 @@ "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", "peer": true }, - "node_modules/@ngrx/eslint-plugin": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@ngrx/eslint-plugin/-/eslint-plugin-16.2.0.tgz", - "integrity": "sha512-BeCBRLQge0OIUTS1bCNfXB0WjAdXvHl8RgdrkQ4n4gsvvfzO8zetNmQREcHJsvpyMz3YjJuiOueuaiBRdbZfMA==", - "peer": true, - "dependencies": { - "@typescript-eslint/experimental-utils": "^5.4.0", - "eslint-etc": "^5.1.0", - "semver": "^7.3.5", - "strip-json-comments": "3.1.1" - }, - "peerDependencies": { - "eslint": ">=8.0.0", - "typescript": ">=4.4.0" - } - }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -4729,18 +4712,6 @@ } } }, - "@ngrx/eslint-plugin": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@ngrx/eslint-plugin/-/eslint-plugin-16.2.0.tgz", - "integrity": "sha512-BeCBRLQge0OIUTS1bCNfXB0WjAdXvHl8RgdrkQ4n4gsvvfzO8zetNmQREcHJsvpyMz3YjJuiOueuaiBRdbZfMA==", - "peer": true, - "requires": { - "@typescript-eslint/experimental-utils": "^5.4.0", - "eslint-etc": "^5.1.0", - "semver": "^7.3.5", - "strip-json-comments": "3.1.1" - } - }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", diff --git a/package.json b/package.json index e8c307d..6a146b5 100644 --- a/package.json +++ b/package.json @@ -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",