eslint-config-angular-strict 2.3.31 → 2.3.33

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
@@ -130,6 +130,7 @@ export default [
130
130
  '@stylistic/padding-line-between-statements': [
131
131
  'error',
132
132
  { blankLine: 'always', prev: { selector: '*', lineMode: 'multiline' }, next: { selector: '*', lineMode: 'multiline' } },
133
+ { blankLine: 'any', prev: 'import', next: 'import' },
133
134
  { blankLine: 'never', prev: '*', next: 'case' },
134
135
  { blankLine: 'never', prev: '*', next: 'default' },
135
136
  ],
@@ -167,8 +168,10 @@ export default [
167
168
  '@typescript-eslint/no-dynamic-delete': 'error',
168
169
  '@typescript-eslint/no-extraneous-class': ['error', { allowEmpty: true, allowStaticOnly: true }],
169
170
  '@typescript-eslint/no-non-null-assertion': 'off',
171
+ '@typescript-eslint/no-unnecessary-condition': 'error',
170
172
  '@typescript-eslint/no-unnecessary-type-conversion': 'error',
171
173
  '@typescript-eslint/no-useless-default-assignment': 'error',
174
+ '@typescript-eslint/prefer-readonly': 'error',
172
175
  '@typescript-eslint/promise-function-async': ['error', { checkArrowFunctions: false }],
173
176
  '@typescript-eslint/sort-type-constituents': 'error',
174
177
  '@typescript-eslint/unbound-method': ['error', { ignoreStatic: true }],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.3.31",
3
+ "version": "2.3.33",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -40,11 +40,11 @@
40
40
  "@angular-eslint/eslint-plugin-template": "21.3.0",
41
41
  "@angular-eslint/template-parser": "21.3.0",
42
42
  "@stylistic/eslint-plugin": "5.10.0",
43
- "@typescript-eslint/eslint-plugin": "8.56.1",
44
- "@typescript-eslint/parser": "8.56.1",
45
- "@typescript-eslint/types": "8.56.1",
46
- "@typescript-eslint/utils": "8.56.1",
47
- "eslint": "9.39.3",
43
+ "@typescript-eslint/eslint-plugin": "8.57.0",
44
+ "@typescript-eslint/parser": "8.57.0",
45
+ "@typescript-eslint/types": "8.57.0",
46
+ "@typescript-eslint/utils": "8.57.0",
47
+ "eslint": "9.39.4",
48
48
  "eslint-config-airbnb-extended": "3.0.1",
49
49
  "eslint-plugin-import-x": "4.16.1",
50
50
  "eslint-plugin-ng-module-sort": "1.4.0",