chore(prettier): update prettier config

This commit is contained in:
Shintaro Jokagi
2025-05-28 13:50:37 +12:00
parent ceef83d609
commit a77c141d35
66 changed files with 709 additions and 709 deletions

View File

@@ -7,7 +7,7 @@ export default {
tabWidth: 2,
useTabs: false,
semi: false,
singleQuote: false,
singleQuote: true,
quoteProps: "as-needed",
trailingComma: "es5",
bracketSpacing: true,