eslint-config-angular-strict 2.2.99 → 2.3.2
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/.yarn/install-state.gz +0 -0
- package/index.js +2 -0
- package/package.json +5 -5
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/index.js
CHANGED
|
@@ -42,6 +42,7 @@ export default [
|
|
|
42
42
|
'@angular-eslint/no-duplicates-in-metadata-arrays': 'error',
|
|
43
43
|
'@angular-eslint/no-empty-lifecycle-method': 'error',
|
|
44
44
|
'@angular-eslint/no-forward-ref': 'error',
|
|
45
|
+
'@angular-eslint/no-implicit-take-until-destroyed': 'error',
|
|
45
46
|
'@angular-eslint/no-input-prefix': ['error', { prefixes: ['on'] }],
|
|
46
47
|
'@angular-eslint/no-input-rename': 'error',
|
|
47
48
|
'@angular-eslint/no-inputs-metadata-property': 'error',
|
|
@@ -182,6 +183,7 @@ export default [
|
|
|
182
183
|
'@angular-eslint/template/table-scope': 'error',
|
|
183
184
|
'@angular-eslint/template/use-track-by-function': ['error', { alias: ['ngForTrackByIndex', 'ngForTrackByProperty'] }],
|
|
184
185
|
'@angular-eslint/template/valid-aria': 'error',
|
|
186
|
+
'@angular-eslint/template/prefer-class-binding': 'error',
|
|
185
187
|
|
|
186
188
|
// Unicorn rules
|
|
187
189
|
'unicorn/prefer-string-raw': 'off',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-angular-strict",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.3.02",
|
|
4
4
|
"description": "Modern ESLint configuration with strict rules for Angular development.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"test": "cd tests && yarn install && eslint . --format=stylish"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@angular-eslint/builder": "21.
|
|
39
|
-
"@angular-eslint/eslint-plugin": "21.
|
|
40
|
-
"@angular-eslint/eslint-plugin-template": "21.
|
|
41
|
-
"@angular-eslint/template-parser": "21.
|
|
38
|
+
"@angular-eslint/builder": "21.2.0",
|
|
39
|
+
"@angular-eslint/eslint-plugin": "21.2.0",
|
|
40
|
+
"@angular-eslint/eslint-plugin-template": "21.2.0",
|
|
41
|
+
"@angular-eslint/template-parser": "21.2.0",
|
|
42
42
|
"@stylistic/eslint-plugin": "5.7.1",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "8.54.0",
|
|
44
44
|
"@typescript-eslint/parser": "8.54.0",
|