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.
- package/index.js +0 -4
- 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
|
|