We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee81243 commit e65870eCopy full SHA for e65870e
packages/eslint-config-recommended/src/angular/index.ts
@@ -82,6 +82,8 @@ export function defineScAngularConfig(...configs: Parameters<typeof defineConfig
82
files: ['**/*.html'],
83
extends: [...eslintAngular.configs.templateRecommended],
84
rules: {
85
+ '@angular-eslint/template/no-inline-styles': 'off', // also disallows custom properties like style="--my-prop: value".
86
+
87
'@angular-eslint/template/no-duplicate-attributes': 'error',
88
'@angular-eslint/template/button-has-type': 'error',
89
'@angular-eslint/template/prefer-control-flow': 'error',
0 commit comments