eslint-config-angular-strict 22.1.10 → 22.1.11
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/index.js +1 -0
- package/package.json +6 -6
package/index.js
CHANGED
|
@@ -134,6 +134,7 @@ export default [
|
|
|
134
134
|
'@typescript-eslint/no-non-null-assertion': 'off',
|
|
135
135
|
'@typescript-eslint/no-unnecessary-condition': 'error',
|
|
136
136
|
'@typescript-eslint/no-unnecessary-type-conversion': 'error',
|
|
137
|
+
'@typescript-eslint/no-unnecessary-type-parameters': 'error',
|
|
137
138
|
'@typescript-eslint/no-useless-default-assignment': 'error',
|
|
138
139
|
'@typescript-eslint/prefer-readonly': 'error',
|
|
139
140
|
'@typescript-eslint/promise-function-async': ['error', { checkArrowFunctions: false }],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-angular-strict",
|
|
3
|
-
"version": "22.1.
|
|
3
|
+
"version": "22.1.11",
|
|
4
4
|
"description": "Modern ESLint configuration with strict rules for Angular development.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"@angular-eslint/eslint-plugin-template": "22.1.0",
|
|
41
41
|
"@angular-eslint/template-parser": "22.1.0",
|
|
42
42
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
44
|
-
"@typescript-eslint/parser": "8.
|
|
45
|
-
"@typescript-eslint/types": "8.
|
|
46
|
-
"@typescript-eslint/utils": "8.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "8.66.0",
|
|
44
|
+
"@typescript-eslint/parser": "8.66.0",
|
|
45
|
+
"@typescript-eslint/types": "8.66.0",
|
|
46
|
+
"@typescript-eslint/utils": "8.66.0",
|
|
47
47
|
"eslint": "10.8.0",
|
|
48
48
|
"eslint-config-airbnb-extended": "3.1.1",
|
|
49
49
|
"eslint-plugin-import-x": "4.17.1",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "6.0.3"
|
|
55
55
|
},
|
|
56
|
-
"packageManager": "yarn@4.
|
|
56
|
+
"packageManager": "yarn@4.18.0+sha512.fcb8716fe7cd0eece141ffc18b92193a9df9204c1ba83189c288835223fc0bbe64af473bab0d5e9927a7daeb5caf2bb07eb2787cc9338ca040ea125f2a1f2f7e"
|
|
57
57
|
}
|