@angular-eslint/eslint-plugin 13.5.1-alpha.0 → 13.5.1-alpha.2
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/configs/README.md +1 -1
- package/package.json +4 -4
package/dist/configs/README.md
CHANGED
|
@@ -49,7 +49,7 @@ If you disagree with a rule (or it disagrees with your codebase), consider using
|
|
|
49
49
|
"extends": ["plugin:@angular-eslint/recommended"],
|
|
50
50
|
"rules": {
|
|
51
51
|
// our project thinks using renaming inputs is ok
|
|
52
|
-
"@angular-eslint/no-input-rename": "off
|
|
52
|
+
"@angular-eslint/no-input-rename": "off"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
55
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular-eslint/eslint-plugin",
|
|
3
|
-
"version": "13.5.1-alpha.
|
|
3
|
+
"version": "13.5.1-alpha.2+6130377",
|
|
4
4
|
"description": "ESLint plugin for Angular applications, following angular.io/styleguide",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"LICENSE"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@angular-eslint/utils": "13.5.1-alpha.
|
|
21
|
-
"@typescript-eslint/experimental-utils": "5.
|
|
20
|
+
"@angular-eslint/utils": "13.5.1-alpha.2+6130377",
|
|
21
|
+
"@typescript-eslint/experimental-utils": "5.28.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"eslint": "^7.0.0 || ^8.0.0",
|
|
25
25
|
"typescript": "*"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "6130377ca9363a5a510093609031d9943755c63e"
|
|
28
28
|
}
|