Fixed more formatting

This commit is contained in:
2024-01-19 18:40:45 +01:00
parent 0a315b18ed
commit ee217d5f64
15 changed files with 349 additions and 633 deletions

View File

@@ -7,7 +7,7 @@ const config = {
semi: false,
singleQuote: false,
quoteProps: "as-needed",
trailingComma: "all",
trailingComma: "none",
bracketSpacing: true,
arrowParens: "avoid",
parser: "typescript",