eslint-config-angular-strict 2.3.45 → 2.3.47
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 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -36,10 +36,7 @@ export default [
|
|
|
36
36
|
...angularEslintPlugin.configs.all.rules,
|
|
37
37
|
'@angular-eslint/component-class-suffix': ['error', { suffixes: ['Component', 'Drawer', 'Modal', 'Page'] }],
|
|
38
38
|
'@angular-eslint/component-selector': 'off',
|
|
39
|
-
'@angular-eslint/directive-selector': 'off',
|
|
40
39
|
'@angular-eslint/prefer-on-push-component-change-detection': 'off',
|
|
41
|
-
'@angular-eslint/require-localize-metadata': 'off',
|
|
42
|
-
'@angular-eslint/runtime-localize': 'off',
|
|
43
40
|
'@angular-eslint/sort-keys-in-type-decorator': 'off',
|
|
44
41
|
'@angular-eslint/sort-lifecycle-methods': 'off',
|
|
45
42
|
'@angular-eslint/use-component-selector': 'off',
|
|
@@ -169,6 +166,7 @@ export default [
|
|
|
169
166
|
'@angular-eslint/template/i18n': 'off',
|
|
170
167
|
'@angular-eslint/template/interactive-supports-focus': 'off',
|
|
171
168
|
'@angular-eslint/template/label-has-associated-control': 'off',
|
|
169
|
+
'@angular-eslint/template/no-call-expression':'off',
|
|
172
170
|
'@angular-eslint/template/no-inline-styles': 'off',
|
|
173
171
|
'@angular-eslint/template/prefer-ngsrc': 'off',
|
|
174
172
|
'@angular-eslint/template/use-track-by-function': ['error', { alias: ['ngForTrackByIndex', 'ngForTrackByProperty'] }],
|