angular-eslint 20.5.0 → 20.5.1-alpha.1
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/dist/index.js +2 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -60,7 +60,7 @@ require('angular-eslint').tsPlugin !== require('@angular-eslint/eslint-plugin')
|
|
|
60
60
|
|
|
61
61
|
This is bad because it means that 3rd party configs would be required to use
|
|
62
62
|
`angular-eslint` or else they would break a user's config if the user either
|
|
63
|
-
used `angular.configs.recommended` et al or
|
|
63
|
+
used `angular.configs.recommended` et al. or
|
|
64
64
|
```
|
|
65
65
|
{
|
|
66
66
|
plugins: {
|
|
@@ -69,7 +69,7 @@ used `angular.configs.recommended` et al or
|
|
|
69
69
|
}
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
This might be something we could consider okay (
|
|
72
|
+
This might be something we could consider okay (e.g. 3rd party flat configs must
|
|
73
73
|
use our new package); however legacy configs consumed via `@eslint/eslintrc`
|
|
74
74
|
would never be able to satisfy this constraint and thus users would be blocked
|
|
75
75
|
from using them.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "angular-eslint",
|
|
3
|
-
"version": "20.5.
|
|
3
|
+
"version": "20.5.1-alpha.1",
|
|
4
4
|
"description": "The tooling which enables ESLint to work with Angular projects",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"@angular-devkit/schematics": ">= 20.0.0 < 21.0.0",
|
|
28
28
|
"@typescript-eslint/types": "^8.0.0",
|
|
29
29
|
"@typescript-eslint/utils": "^8.0.0",
|
|
30
|
-
"@angular-eslint/builder": "20.5.
|
|
31
|
-
"@angular-eslint/eslint-plugin": "20.5.
|
|
32
|
-
"@angular-eslint/
|
|
33
|
-
"@angular-eslint/
|
|
34
|
-
"@angular-eslint/
|
|
30
|
+
"@angular-eslint/builder": "20.5.1-alpha.1",
|
|
31
|
+
"@angular-eslint/eslint-plugin": "20.5.1-alpha.1",
|
|
32
|
+
"@angular-eslint/eslint-plugin-template": "20.5.1-alpha.1",
|
|
33
|
+
"@angular-eslint/schematics": "20.5.1-alpha.1",
|
|
34
|
+
"@angular-eslint/template-parser": "20.5.1-alpha.1"
|
|
35
35
|
},
|
|
36
36
|
"ng-update": {
|
|
37
37
|
"packageGroupName": "angular-eslint",
|