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 4886763 commit 2de2766Copy full SHA for 2de2766
eslint.config.js
@@ -159,7 +159,8 @@ module.exports = tseslint.config(
159
"@angular-eslint/template/cyclomatic-complexity": "error",
160
"@angular-eslint/template/no-duplicate-attributes": "error",
161
"@angular-eslint/template/no-interpolation-in-attributes": "error",
162
- "@angular-eslint/template/prefer-static-string-properties": 'error',
+ "@angular-eslint/template/prefer-static-string-properties": "error",
163
+ "@angular-eslint/template/prefer-contextual-for-variables": "error",
164
"@angular-eslint/template/no-inline-styles": [
165
"error",
166
{
0 commit comments