eslint-config-angular-strict 2.2.49 → 2.2.50
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 +1 -7
- package/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
## ⚠️ V2 - Flat Config
|
|
18
18
|
|
|
19
|
-
This package includes **ESLint 9** and uses the new **flat configuration format**
|
|
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
20
|
|
|
21
21
|
## Features
|
|
22
22
|
|
|
@@ -36,12 +36,6 @@ This package includes **ESLint 9** and uses the new **flat configuration format*
|
|
|
36
36
|
- <img src="https://avatars.githubusercontent.com/u/46634674?s=48&" width="16" height="16"> [**TypeScript ESLint**](https://github.com/typescript-eslint/typescript-eslint)
|
|
37
37
|
- 🦄 [**Unicorn**](https://github.com/sindresorhus/eslint-plugin-unicorn)
|
|
38
38
|
|
|
39
|
-
## Requirements
|
|
40
|
-
|
|
41
|
-
- **Angular 18+**
|
|
42
|
-
- **Node.js 18+**
|
|
43
|
-
- **TypeScript 5+**
|
|
44
|
-
|
|
45
39
|
## Installation
|
|
46
40
|
|
|
47
41
|
One command setup
|
package/index.js
CHANGED
|
@@ -56,6 +56,7 @@ export default [
|
|
|
56
56
|
'@angular-eslint/prefer-output-readonly': 'error',
|
|
57
57
|
'@angular-eslint/prefer-standalone': 'error',
|
|
58
58
|
'@angular-eslint/relative-url-prefix': 'error',
|
|
59
|
+
'@angular-eslint/sort-keys-in-type-decorator':'error',
|
|
59
60
|
'@angular-eslint/sort-lifecycle-methods': 'error',
|
|
60
61
|
'@angular-eslint/use-component-view-encapsulation': 'error',
|
|
61
62
|
'@angular-eslint/use-injectable-provided-in': 'error',
|