eslint-config-angular-strict 2.2.49 → 2.2.51

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.
Files changed (3) hide show
  1. package/README.md +1 -7
  2. package/index.js +1 -0
  3. 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** : [ESLint 9 Migration Guide](https://eslint.org/docs/latest/use/configure/migration-guide).
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
@@ -41,6 +41,7 @@ export default [
41
41
  '@angular-eslint/no-async-lifecycle-method': 'error',
42
42
  '@angular-eslint/no-attribute-decorator': 'error',
43
43
  '@angular-eslint/no-conflicting-lifecycle': 'error',
44
+ '@angular-eslint/no-duplicates-in-metadata-arrays':'error',
44
45
  '@angular-eslint/no-empty-lifecycle-method': 'error',
45
46
  '@angular-eslint/no-forward-ref': 'error',
46
47
  '@angular-eslint/no-input-prefix': ['error', { prefixes: ['on'] }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.49",
3
+ "version": "2.2.51",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",