eslint-config-angular-strict 2.2.78 → 2.2.80
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/README.md +0 -4
- package/index.js +0 -1
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -14,10 +14,6 @@
|
|
|
14
14
|
|
|
15
15
|
<br>
|
|
16
16
|
|
|
17
|
-
## ⚠️ V2 - Flat Config
|
|
18
|
-
|
|
19
|
-
This package includes **ESLint 9** and uses the new **flat configuration format** ([ESLint 9 Migration Guide](https://eslint.org/docs/latest/use/configure/migration-guide)). Requires **Angular 18+** and **Node.js 18+**.
|
|
20
|
-
|
|
21
17
|
## Overview
|
|
22
18
|
|
|
23
19
|
A production-ready, opinionated ESLint configuration that enforces best practices for Angular applications. Combines rules from industry-leading plugins into a single package with zero additional configuration required.
|
package/index.js
CHANGED
|
@@ -39,7 +39,6 @@ export default [
|
|
|
39
39
|
'@angular-eslint/directive-class-suffix': 'error',
|
|
40
40
|
'@angular-eslint/no-async-lifecycle-method': 'error',
|
|
41
41
|
'@angular-eslint/no-attribute-decorator': 'error',
|
|
42
|
-
'@angular-eslint/no-conflicting-lifecycle': 'error',
|
|
43
42
|
'@angular-eslint/no-duplicates-in-metadata-arrays': 'error',
|
|
44
43
|
'@angular-eslint/no-empty-lifecycle-method': 'error',
|
|
45
44
|
'@angular-eslint/no-forward-ref': '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.80",
|
|
4
4
|
"description": "Modern ESLint configuration with strict rules for Angular development.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
"test": "cd tests && yarn install && eslint . --format=stylish"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@angular-eslint/builder": "
|
|
39
|
-
"@angular-eslint/eslint-plugin": "
|
|
40
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
41
|
-
"@angular-eslint/template-parser": "
|
|
38
|
+
"@angular-eslint/builder": "21.0.1",
|
|
39
|
+
"@angular-eslint/eslint-plugin": "21.0.1",
|
|
40
|
+
"@angular-eslint/eslint-plugin-template": "21.0.1",
|
|
41
|
+
"@angular-eslint/template-parser": "21.0.1",
|
|
42
42
|
"@stylistic/eslint-plugin": "5.6.1",
|
|
43
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
44
|
-
"@typescript-eslint/parser": "8.
|
|
45
|
-
"@typescript-eslint/types": "8.
|
|
46
|
-
"@typescript-eslint/utils": "8.
|
|
43
|
+
"@typescript-eslint/eslint-plugin": "8.48.0",
|
|
44
|
+
"@typescript-eslint/parser": "8.48.0",
|
|
45
|
+
"@typescript-eslint/types": "8.48.0",
|
|
46
|
+
"@typescript-eslint/utils": "8.48.0",
|
|
47
47
|
"eslint": "9.39.1",
|
|
48
|
-
"eslint-config-airbnb-extended": "2.3.
|
|
48
|
+
"eslint-config-airbnb-extended": "2.3.3",
|
|
49
49
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
50
50
|
"eslint-plugin-import-x": "4.16.1",
|
|
51
51
|
"eslint-plugin-unicorn": "62.0.0",
|
|
52
|
-
"typescript-eslint": "8.
|
|
52
|
+
"typescript-eslint": "8.48.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"typescript": "5.9.3"
|