eslint-config-angular-strict 2.2.61 → 2.2.63

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 +3 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -137,7 +137,6 @@ export default [
137
137
  'unicorn/no-useless-promise-resolve-reject': 'off',
138
138
  'unicorn/prefer-top-level-await': 'off',
139
139
  'unicorn/switch-case-braces': 'off',
140
- 'unicorn/template-indent': 'off',
141
140
  },
142
141
  },
143
142
 
@@ -175,6 +174,9 @@ export default [
175
174
  '@angular-eslint/template/table-scope': 'error',
176
175
  '@angular-eslint/template/use-track-by-function': ['error', { alias: ['ngForTrackByIndex', 'ngForTrackByProperty'] }],
177
176
  '@angular-eslint/template/valid-aria': 'error',
177
+
178
+ // Unicorn rules
179
+ 'unicorn/template-indent': 'off',
178
180
  },
179
181
  },
180
182
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.61",
3
+ "version": "2.2.63",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -39,12 +39,12 @@
39
39
  "@angular-eslint/eslint-plugin": "20.4.0",
40
40
  "@angular-eslint/eslint-plugin-template": "20.4.0",
41
41
  "@angular-eslint/template-parser": "20.4.0",
42
- "@stylistic/eslint-plugin": "5.4.0",
42
+ "@stylistic/eslint-plugin": "5.5.0",
43
43
  "@typescript-eslint/eslint-plugin": "8.46.1",
44
44
  "@typescript-eslint/parser": "8.46.1",
45
45
  "@typescript-eslint/types": "8.46.1",
46
46
  "@typescript-eslint/utils": "8.46.1",
47
- "eslint": "9.37.0",
47
+ "eslint": "9.38.0",
48
48
  "eslint-config-airbnb-extended": "2.3.2",
49
49
  "eslint-import-resolver-typescript": "4.4.4",
50
50
  "eslint-plugin-import-x": "4.16.1",