eslint-config-angular-strict 2.3.18 → 2.3.20

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.
Binary file
package/index.js CHANGED
@@ -106,6 +106,7 @@ export default [
106
106
  '@stylistic/lines-between-class-members': ['error', 'always', { exceptAfterSingleLine: true }],
107
107
  '@stylistic/max-len': ['error', { code: 165, tabWidth: 2 }],
108
108
  '@stylistic/newline-per-chained-call': ['error', { ignoreChainWithDepth: 5 }],
109
+ '@stylistic/no-extra-parens': ['error', 'all', { nestedBinaryExpressions: false, ternaryOperandBinaryExpressions: false }],
109
110
  '@stylistic/object-curly-newline': [
110
111
  'error',
111
112
  {
@@ -176,7 +177,6 @@ export default [
176
177
  '@angular-eslint/template/cyclomatic-complexity': ['error', { maxComplexity: 10 }],
177
178
  '@angular-eslint/template/elements-content': 'error',
178
179
  '@angular-eslint/template/eqeqeq': 'error',
179
- '@angular-eslint/template/label-has-associated-control': 'error',
180
180
  '@angular-eslint/template/mouse-events-have-key-events': 'error',
181
181
  '@angular-eslint/template/no-any': 'error',
182
182
  '@angular-eslint/template/no-autofocus': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.3.18",
3
+ "version": "2.3.20",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -39,7 +39,7 @@
39
39
  "@angular-eslint/eslint-plugin": "21.2.0",
40
40
  "@angular-eslint/eslint-plugin-template": "21.2.0",
41
41
  "@angular-eslint/template-parser": "21.2.0",
42
- "@stylistic/eslint-plugin": "5.8.0",
42
+ "@stylistic/eslint-plugin": "5.9.0",
43
43
  "@typescript-eslint/eslint-plugin": "8.56.0",
44
44
  "@typescript-eslint/parser": "8.56.0",
45
45
  "@typescript-eslint/types": "8.56.0",