eslint-config-angular-strict 2.2.18 → 2.2.19

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
@@ -95,8 +95,6 @@ export default [
95
95
  '@stylistic/object-curly-spacing': ['error', 'always'],
96
96
  '@stylistic/padded-blocks': 'off',
97
97
  '@stylistic/quotes': ['error', 'single'],
98
- '@stylistic/semi': ['error', 'always'],
99
- '@stylistic/space-before-blocks': 'error',
100
98
 
101
99
  // Import rules
102
100
  '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.18",
3
+ "version": "2.2.19",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",