eslint-config-angular-strict 2.3.24 → 2.3.26

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
@@ -107,12 +107,7 @@ export default [
107
107
  '@stylistic/max-len': ['error', { code: 165, tabWidth: 2 }],
108
108
  '@stylistic/newline-per-chained-call': ['error', { ignoreChainWithDepth: 5 }],
109
109
  '@stylistic/no-confusing-arrow': 'off',
110
- '@stylistic/no-extra-parens': ['error', 'all', {
111
- ignoredNodes: ['ConditionalExpression'],
112
- nestedBinaryExpressions: false,
113
- returnAssign: false,
114
- ternaryOperandBinaryExpressions: false
115
- }],
110
+ '@stylistic/no-extra-parens': ['error', 'all', { ignoredNodes: ['ConditionalExpression'], nestedBinaryExpressions: false, returnAssign: false }],
116
111
  '@stylistic/object-curly-newline': [
117
112
  'error',
118
113
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.3.24",
3
+ "version": "2.3.26",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -44,7 +44,7 @@
44
44
  "@typescript-eslint/parser": "8.56.0",
45
45
  "@typescript-eslint/types": "8.56.0",
46
46
  "@typescript-eslint/utils": "8.56.0",
47
- "eslint": "9.39.2",
47
+ "eslint": "9.39.3",
48
48
  "eslint-config-airbnb-extended": "3.0.1",
49
49
  "eslint-plugin-import-x": "4.16.1",
50
50
  "eslint-plugin-unicorn": "63.0.0"