eslint-config-angular-strict 22.0.8 → 22.0.10
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 +1 -0
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -311,6 +311,7 @@ export default [
|
|
|
311
311
|
'@angular-eslint/template/prefer-ngsrc': 'off',
|
|
312
312
|
|
|
313
313
|
// Unicorn rules
|
|
314
|
+
'unicorn/no-empty-file': 'off',
|
|
314
315
|
'unicorn/no-useless-template-literals': 'off',
|
|
315
316
|
'unicorn/prefer-string-raw': 'off',
|
|
316
317
|
'unicorn/template-indent': 'off',
|