eslint-config-angular-strict 2.1.9 → 2.2.0

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 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -142,10 +142,6 @@ export default [
142
142
  'prefer-destructuring': 'off',
143
143
  'sort-keys': ['error'],
144
144
  radix: ['error', 'as-needed'],
145
-
146
- // Disable base ESLint rule that conflicts with @typescript-eslint/only-throw-error
147
- '@typescript-eslint/no-throw-literal': 'off',
148
- 'no-throw-literal': 'off',
149
145
  },
150
146
  },
151
147
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-angular-strict",
3
- "version": "2.1.9",
3
+ "version": "2.2.0",
4
4
  "description": "Modern ESLint configuration with strict rules for Angular development.",
5
5
  "keywords": [
6
6
  "angular",