eslint-config-angular-strict 2.2.16 → 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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -98,7 +98,6 @@ export default [
98
98
  '@stylistic/semi': ['error', 'always'],
99
99
  '@stylistic/space-before-blocks': 'error',
100
100
  '@stylistic/space-before-function-paren': ['error', { anonymous: 'always', named: 'never', asyncArrow: 'always' }],
101
- '@stylistic/space-infix-ops': 'error',
102
101
 
103
102
  // Import rules
104
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.16",
3
+ "version": "2.2.17",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",