fix lf lint rule

This commit is contained in:
Benjamin Ifland
2026-03-13 09:48:27 +01:00
parent 6280d04ee7
commit dd68a6b21d
3 changed files with 165 additions and 257 deletions

View File

@@ -24,6 +24,12 @@
"plugin:prettier/recommended"
],
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
],
"@typescript-eslint/explicit-member-accessibility": "error",
"@angular-eslint/component-selector": [
"error",
@@ -53,7 +59,14 @@
"extends": [
"plugin:@angular-eslint/template/recommended"
],
"rules": {}
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
},
{
"files": [