eslint-config-angular-strict 2.0.6 → 2.0.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 (2) hide show
  1. package/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7,8 +7,6 @@ import tsParser from '@typescript-eslint/parser';
7
7
  import typescriptEslint from '@typescript-eslint/eslint-plugin';
8
8
 
9
9
  export default [
10
- importX.flatConfigs.recommended,
11
- importX.flatConfigs.typescript,
12
10
  {
13
11
  // TypeScript files configuration
14
12
  files: ['**/*.ts'],
@@ -20,7 +18,7 @@ export default [
20
18
  '@angular-eslint': angular,
21
19
  '@stylistic': stylistic,
22
20
  '@typescript-eslint': typescriptEslint,
23
- import: importX,
21
+ 'import-x': importX,
24
22
  },
25
23
  rules: {
26
24
  // Angular ESLint rules
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",