eslint-config-angular-strict 2.2.92 → 2.2.94
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 +1 -0
- package/package.json +6 -6
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/index.js
CHANGED
|
@@ -132,6 +132,7 @@ export default [
|
|
|
132
132
|
'@typescript-eslint/no-useless-default-assignment': 'error',
|
|
133
133
|
'@typescript-eslint/promise-function-async': ['error', { checkArrowFunctions: false }],
|
|
134
134
|
'@typescript-eslint/sort-type-constituents': 'error',
|
|
135
|
+
'@typescript-eslint/strict-void-return': 'error',
|
|
135
136
|
'@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
|
|
136
137
|
|
|
137
138
|
// Unicorn rules
|
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.94",
|
|
4
4
|
"description": "Modern ESLint configuration with strict rules for Angular development.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"@angular-eslint/eslint-plugin": "21.1.0",
|
|
40
40
|
"@angular-eslint/eslint-plugin-template": "21.1.0",
|
|
41
41
|
"@angular-eslint/template-parser": "21.1.0",
|
|
42
|
-
"@stylistic/eslint-plugin": "5.
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
44
|
-
"@typescript-eslint/parser": "8.
|
|
45
|
-
"@typescript-eslint/types": "8.
|
|
46
|
-
"@typescript-eslint/utils": "8.
|
|
42
|
+
"@stylistic/eslint-plugin": "5.7.0",
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
44
|
+
"@typescript-eslint/parser": "8.53.0",
|
|
45
|
+
"@typescript-eslint/types": "8.53.0",
|
|
46
|
+
"@typescript-eslint/utils": "8.53.0",
|
|
47
47
|
"eslint": "9.39.2",
|
|
48
48
|
"eslint-config-airbnb-extended": "3.0.0",
|
|
49
49
|
"eslint-plugin-import-x": "4.16.1",
|