[ACS-8956] Introduce new ESLint rule for self-closing tags (#10354)

This commit is contained in:
MichalKinas
2024-11-04 09:58:24 +00:00
committed by GitHub
parent 3f1b88a62c
commit f07636e297
247 changed files with 710 additions and 1359 deletions
+2 -2
View File
@@ -22,12 +22,12 @@
}
],
"no-shadow": "warn",
"quote-props": "warn",
"quote-props": "off",
"object-shorthand": "warn",
"prefer-const": "warn",
"arrow-body-style": "warn",
"@angular-eslint/no-output-native": "off",
"space-before-function-paren": "warn",
"space-before-function-paren": "off",
"@angular-eslint/component-selector": [
"error",
{