@jkba/eslint-config-angular 1.5.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -1
- package/eslint.config.js +0 -1
- package/package.json +1 -2
package/README.md
CHANGED
package/eslint.config.js
CHANGED
|
@@ -19,7 +19,6 @@ module.exports = {
|
|
|
19
19
|
'plugin:rxjs/recommended', // For some unknown weird reason, this plugin needs to be installed in child project as well.
|
|
20
20
|
'plugin:import/recommended',
|
|
21
21
|
'plugin:import/typescript',
|
|
22
|
-
'plugin:@ngrx/all',
|
|
23
22
|
|
|
24
23
|
// Prettier rule must always be the very last!
|
|
25
24
|
// This rule might intentionally disable some rules declared above due to conflicts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jkba/eslint-config-angular",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"description": "Opinionated ESLint config for Angular projects",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"@angular-eslint/eslint-plugin": ">=16",
|
|
36
36
|
"@angular-eslint/eslint-plugin-template": ">=16",
|
|
37
37
|
"@angular-eslint/template-parser": ">=16",
|
|
38
|
-
"@ngrx/eslint-plugin": "^16.2.0",
|
|
39
38
|
"@typescript-eslint/eslint-plugin": ">=6",
|
|
40
39
|
"@typescript-eslint/parser": ">=6",
|
|
41
40
|
"eslint": ">=8",
|