eslint-config-angular-strict 2.2.81 → 2.2.83
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 -1
- package/package.json +5 -5
package/index.js
CHANGED
|
@@ -55,6 +55,7 @@ export default [
|
|
|
55
55
|
'@angular-eslint/no-uncalled-signals': 'error',
|
|
56
56
|
'@angular-eslint/prefer-host-metadata-property': 'error',
|
|
57
57
|
'@angular-eslint/prefer-output-readonly': 'error',
|
|
58
|
+
'@angular-eslint/prefer-signal-model': 'error',
|
|
58
59
|
'@angular-eslint/prefer-standalone': 'error',
|
|
59
60
|
'@angular-eslint/relative-url-prefix': 'error',
|
|
60
61
|
'@angular-eslint/require-lifecycle-on-prototype': 'error',
|
|
@@ -103,7 +104,7 @@ export default [
|
|
|
103
104
|
// Stylistic rules
|
|
104
105
|
'@stylistic/arrow-parens': ['error', 'as-needed', { requireForBlockBody: true }],
|
|
105
106
|
'@stylistic/lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],
|
|
106
|
-
'@stylistic/max-len': ['error', { code:
|
|
107
|
+
'@stylistic/max-len': ['error', { code: 165, tabWidth: 2 }],
|
|
107
108
|
'@stylistic/newline-per-chained-call': ['error', { ignoreChainWithDepth: 5 }],
|
|
108
109
|
'@stylistic/object-curly-newline': [
|
|
109
110
|
'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.83",
|
|
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.0
|
|
39
|
-
"@angular-eslint/eslint-plugin": "21.0
|
|
40
|
-
"@angular-eslint/eslint-plugin-template": "21.0
|
|
41
|
-
"@angular-eslint/template-parser": "21.0
|
|
38
|
+
"@angular-eslint/builder": "21.1.0",
|
|
39
|
+
"@angular-eslint/eslint-plugin": "21.1.0",
|
|
40
|
+
"@angular-eslint/eslint-plugin-template": "21.1.0",
|
|
41
|
+
"@angular-eslint/template-parser": "21.1.0",
|
|
42
42
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "8.48.1",
|
|
44
44
|
"@typescript-eslint/parser": "8.48.1",
|