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

@@ -5,6 +5,7 @@
"singleQuote": true,
"quoteProps": "as-needed",
"trailingComma": "es5",
"endOfLine": "auto",
"bracketSpacing": false,
"arrowParens": "avoid",
"jsxBracketSameLine": false,