eslint-config-angular-strict 2.1.6 → 2.1.7

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 -1
  2. package/index.js +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -30,7 +30,7 @@ This package includes **ESLint 9** and uses the new **flat configuration format*
30
30
 
31
31
  - **Angular 18+**
32
32
  - **Node.js 18+**
33
- - **TypeScript 5.0+**
33
+ - **TypeScript 5+**
34
34
 
35
35
  ## Installation
36
36
 
package/index.js CHANGED
@@ -19,8 +19,8 @@ export default [
19
19
 
20
20
  // Airbnb strict rules
21
21
  ...configs.base.all,
22
- rules.base.strict,
23
22
  rules.base.importsStrict,
23
+ rules.typescript.typescriptEslintStrict,
24
24
  {
25
25
  // TypeScript files configuration
26
26
  files: ['**/*.ts'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",