eslint-config-angular-strict 22.0.8 → 22.0.9
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 +2 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -279,6 +279,7 @@ export default [
|
|
|
279
279
|
'unicorn/new-for-builtins': 'off',
|
|
280
280
|
'unicorn/no-abusive-eslint-disable': 'off',
|
|
281
281
|
'unicorn/no-for-each': 'off',
|
|
282
|
+
'unicorn/no-non-function-verb-prefix': 'off',
|
|
282
283
|
'unicorn/no-null': 'off',
|
|
283
284
|
'unicorn/no-this-outside-of-class': 'off',
|
|
284
285
|
'unicorn/prefer-await': 'off',
|
|
@@ -311,6 +312,7 @@ export default [
|
|
|
311
312
|
'@angular-eslint/template/prefer-ngsrc': 'off',
|
|
312
313
|
|
|
313
314
|
// Unicorn rules
|
|
315
|
+
'unicorn/no-empty-file': 'off',
|
|
314
316
|
'unicorn/no-useless-template-literals': 'off',
|
|
315
317
|
'unicorn/prefer-string-raw': 'off',
|
|
316
318
|
'unicorn/template-indent': 'off',
|