eslint-config-angular-strict 2.3.87 → 2.3.89

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 -1
  2. package/package.json +9 -9
package/index.js CHANGED
@@ -285,7 +285,7 @@ export default [
285
285
  '@angular-eslint/template/attributes-order': ['error', { alphabetical: true }],
286
286
  '@angular-eslint/template/button-has-type': 'off',
287
287
  '@angular-eslint/template/click-events-have-key-events': 'off',
288
- '@angular-eslint/template/cyclomatic-complexity': ['error', { maxComplexity: 10 }],
288
+ '@angular-eslint/template/cyclomatic-complexity': ['error', { maxComplexity: 8, variant: 'modified' }],
289
289
  '@angular-eslint/template/i18n': 'off',
290
290
  '@angular-eslint/template/interactive-supports-focus': 'off',
291
291
  '@angular-eslint/template/label-has-associated-control': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.3.87",
3
+ "version": "2.3.89",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -35,15 +35,15 @@
35
35
  "test": "cd tests && yarn install && eslint . --format=stylish"
36
36
  },
37
37
  "dependencies": {
38
- "@angular-eslint/builder": "21.3.1",
39
- "@angular-eslint/eslint-plugin": "21.3.1",
40
- "@angular-eslint/eslint-plugin-template": "21.3.1",
41
- "@angular-eslint/template-parser": "21.3.1",
38
+ "@angular-eslint/builder": "21.4.0",
39
+ "@angular-eslint/eslint-plugin": "21.4.0",
40
+ "@angular-eslint/eslint-plugin-template": "21.4.0",
41
+ "@angular-eslint/template-parser": "21.4.0",
42
42
  "@stylistic/eslint-plugin": "5.10.0",
43
- "@typescript-eslint/eslint-plugin": "8.59.3",
44
- "@typescript-eslint/parser": "8.59.3",
45
- "@typescript-eslint/types": "8.59.3",
46
- "@typescript-eslint/utils": "8.59.3",
43
+ "@typescript-eslint/eslint-plugin": "8.59.4",
44
+ "@typescript-eslint/parser": "8.59.4",
45
+ "@typescript-eslint/types": "8.59.4",
46
+ "@typescript-eslint/utils": "8.59.4",
47
47
  "eslint": "9.39.4",
48
48
  "eslint-config-airbnb-extended": "3.1.0",
49
49
  "eslint-plugin-import-x": "4.16.2",