eslint-config-angular-strict 2.2.90 → 2.2.92

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
@@ -124,6 +124,7 @@ export default [
124
124
  '@typescript-eslint/consistent-type-assertions': ['error', { arrayLiteralTypeAssertions: 'never', assertionStyle: 'as', objectLiteralTypeAssertions: 'never' }],
125
125
  '@typescript-eslint/consistent-type-imports': ['error', { prefer: 'no-type-imports' }],
126
126
  '@typescript-eslint/member-ordering': 'error',
127
+ '@typescript-eslint/no-base-to-string': 'error',
127
128
  '@typescript-eslint/no-dynamic-delete': 'error',
128
129
  '@typescript-eslint/no-extraneous-class': ['error', { allowEmpty: true, allowStaticOnly: true }],
129
130
  '@typescript-eslint/no-non-null-assertion': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.90",
3
+ "version": "2.2.92",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",
@@ -35,14 +35,15 @@
35
35
  "test": "cd tests && yarn install && eslint . --format=stylish"
36
36
  },
37
37
  "dependencies": {
38
+ "@angular-eslint/builder": "21.1.0",
38
39
  "@angular-eslint/eslint-plugin": "21.1.0",
39
40
  "@angular-eslint/eslint-plugin-template": "21.1.0",
40
41
  "@angular-eslint/template-parser": "21.1.0",
41
42
  "@stylistic/eslint-plugin": "5.6.1",
42
- "@typescript-eslint/eslint-plugin": "8.51.0",
43
- "@typescript-eslint/parser": "8.51.0",
44
- "@typescript-eslint/types": "8.51.0",
45
- "@typescript-eslint/utils": "8.51.0",
43
+ "@typescript-eslint/eslint-plugin": "8.52.0",
44
+ "@typescript-eslint/parser": "8.52.0",
45
+ "@typescript-eslint/types": "8.52.0",
46
+ "@typescript-eslint/utils": "8.52.0",
46
47
  "eslint": "9.39.2",
47
48
  "eslint-config-airbnb-extended": "3.0.0",
48
49
  "eslint-plugin-import-x": "4.16.1",