eslint-config-angular-strict 2.2.68 → 2.2.69
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 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -62,7 +62,6 @@ export default [
|
|
|
62
62
|
'@angular-eslint/relative-url-prefix': 'error',
|
|
63
63
|
'@angular-eslint/require-lifecycle-on-prototype': 'error',
|
|
64
64
|
'@angular-eslint/sort-lifecycle-methods': 'error',
|
|
65
|
-
'@angular-eslint/template/prefer-built-in-pipes': 'error',
|
|
66
65
|
'@angular-eslint/use-component-view-encapsulation': 'error',
|
|
67
66
|
'@angular-eslint/use-injectable-provided-in': 'error',
|
|
68
67
|
'@angular-eslint/use-lifecycle-interface': 'error',
|
|
@@ -170,6 +169,7 @@ export default [
|
|
|
170
169
|
'@angular-eslint/template/no-positive-tabindex': 'error',
|
|
171
170
|
'@angular-eslint/template/prefer-at-else': 'error',
|
|
172
171
|
'@angular-eslint/template/prefer-at-empty': 'error',
|
|
172
|
+
'@angular-eslint/template/prefer-built-in-pipes': 'error',
|
|
173
173
|
'@angular-eslint/template/prefer-contextual-for-variables': 'error',
|
|
174
174
|
'@angular-eslint/template/prefer-control-flow': 'error',
|
|
175
175
|
'@angular-eslint/template/prefer-self-closing-tags': 'error',
|