eslint-config-angular-strict 22.0.22 → 22.1.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/index.js +2 -0
- package/package.json +8 -8
package/index.js
CHANGED
|
@@ -142,6 +142,7 @@ export default [
|
|
|
142
142
|
'error',
|
|
143
143
|
{
|
|
144
144
|
customGroups: [
|
|
145
|
+
{ elementValuePattern: '^inject\\(', groupName: 'inject-calls' },
|
|
145
146
|
{ groupName: 'decorated-public', modifiers: ['decorated', 'public'] },
|
|
146
147
|
{ groupName: 'decorated-private', modifiers: ['decorated', 'private'] },
|
|
147
148
|
{ groupName: 'ctor', selector: 'constructor' },
|
|
@@ -205,6 +206,7 @@ export default [
|
|
|
205
206
|
},
|
|
206
207
|
],
|
|
207
208
|
groups: [
|
|
209
|
+
'inject-calls',
|
|
208
210
|
'public-constant-aliases',
|
|
209
211
|
'protected-constant-aliases',
|
|
210
212
|
'private-constant-aliases',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-angular-strict",
|
|
3
|
-
"version": "22.0
|
|
3
|
+
"version": "22.1.0",
|
|
4
4
|
"description": "Modern ESLint configuration with strict rules for Angular development.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"test": "cd tests && yarn install && eslint . --format=stylish"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@angular-eslint/builder": "22.
|
|
39
|
-
"@angular-eslint/eslint-plugin": "22.
|
|
40
|
-
"@angular-eslint/eslint-plugin-template": "22.
|
|
41
|
-
"@angular-eslint/template-parser": "22.
|
|
38
|
+
"@angular-eslint/builder": "22.1.0",
|
|
39
|
+
"@angular-eslint/eslint-plugin": "22.1.0",
|
|
40
|
+
"@angular-eslint/eslint-plugin-template": "22.1.0",
|
|
41
|
+
"@angular-eslint/template-parser": "22.1.0",
|
|
42
42
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
43
43
|
"@typescript-eslint/eslint-plugin": "8.63.0",
|
|
44
44
|
"@typescript-eslint/parser": "8.63.0",
|
|
45
45
|
"@typescript-eslint/types": "8.63.0",
|
|
46
46
|
"@typescript-eslint/utils": "8.63.0",
|
|
47
|
-
"eslint": "10.
|
|
48
|
-
"eslint-config-airbnb-extended": "3.1.
|
|
47
|
+
"eslint": "10.7.0",
|
|
48
|
+
"eslint-config-airbnb-extended": "3.1.1",
|
|
49
49
|
"eslint-plugin-import-x": "4.17.1",
|
|
50
50
|
"eslint-plugin-perfectionist": "5.10.0",
|
|
51
51
|
"eslint-plugin-unicorn": "71.1.0"
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "6.0.3"
|
|
55
55
|
},
|
|
56
|
-
"packageManager": "yarn@4.17.
|
|
56
|
+
"packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697"
|
|
57
57
|
}
|