eslint-config-angular-strict 2.2.15 → 2.2.17

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 +0 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -66,7 +66,6 @@ export default [
66
66
  // TypeScript ESLint rules
67
67
  '@typescript-eslint/consistent-type-imports': ['error', { prefer: 'no-type-imports' }],
68
68
  '@typescript-eslint/member-ordering': 'error',
69
- '@typescript-eslint/no-explicit-any': 'off',
70
69
  '@typescript-eslint/no-extraneous-class': ['error', { allowEmpty: true, allowStaticOnly: true }],
71
70
  '@typescript-eslint/no-non-null-assertion': 'off',
72
71
  '@typescript-eslint/promise-function-async': ['error', { checkArrowFunctions: false }],
@@ -99,7 +98,6 @@ export default [
99
98
  '@stylistic/semi': ['error', 'always'],
100
99
  '@stylistic/space-before-blocks': 'error',
101
100
  '@stylistic/space-before-function-paren': ['error', { anonymous: 'always', named: 'never', asyncArrow: 'always' }],
102
- '@stylistic/space-infix-ops': 'error',
103
101
 
104
102
  // Import rules
105
103
  'import-x/no-anonymous-default-export': 'error',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.2.15",
3
+ "version": "2.2.17",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",