eslint-config-angular-strict 2.2.67 → 2.2.69
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 +2 -0
- package/package.json +5 -5
package/index.js
CHANGED
|
@@ -56,6 +56,7 @@ export default [
|
|
|
56
56
|
'@angular-eslint/no-pipe-impure': 'error',
|
|
57
57
|
'@angular-eslint/no-queries-metadata-property': 'error',
|
|
58
58
|
'@angular-eslint/no-uncalled-signals': 'error',
|
|
59
|
+
'@angular-eslint/prefer-host-metadata-property': 'error',
|
|
59
60
|
'@angular-eslint/prefer-output-readonly': 'error',
|
|
60
61
|
'@angular-eslint/prefer-standalone': 'error',
|
|
61
62
|
'@angular-eslint/relative-url-prefix': 'error',
|
|
@@ -168,6 +169,7 @@ export default [
|
|
|
168
169
|
'@angular-eslint/template/no-positive-tabindex': 'error',
|
|
169
170
|
'@angular-eslint/template/prefer-at-else': 'error',
|
|
170
171
|
'@angular-eslint/template/prefer-at-empty': 'error',
|
|
172
|
+
'@angular-eslint/template/prefer-built-in-pipes': 'error',
|
|
171
173
|
'@angular-eslint/template/prefer-contextual-for-variables': 'error',
|
|
172
174
|
'@angular-eslint/template/prefer-control-flow': 'error',
|
|
173
175
|
'@angular-eslint/template/prefer-self-closing-tags': 'error',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-angular-strict",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.69",
|
|
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": "20.
|
|
39
|
-
"@angular-eslint/eslint-plugin": "20.
|
|
40
|
-
"@angular-eslint/eslint-plugin-template": "20.
|
|
41
|
-
"@angular-eslint/template-parser": "20.
|
|
38
|
+
"@angular-eslint/builder": "20.5.0",
|
|
39
|
+
"@angular-eslint/eslint-plugin": "20.5.0",
|
|
40
|
+
"@angular-eslint/eslint-plugin-template": "20.5.0",
|
|
41
|
+
"@angular-eslint/template-parser": "20.5.0",
|
|
42
42
|
"@stylistic/eslint-plugin": "5.5.0",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "8.46.2",
|
|
44
44
|
"@typescript-eslint/parser": "8.46.2",
|