mirror of
https://github.com/zen-browser/www
synced 2026-04-25 17:14:56 +02:00
chore(prettier): update prettier config
This commit is contained in:
@@ -7,7 +7,7 @@ export default {
|
||||
tabWidth: 2,
|
||||
useTabs: false,
|
||||
semi: false,
|
||||
singleQuote: false,
|
||||
singleQuote: true,
|
||||
quoteProps: "as-needed",
|
||||
trailingComma: "es5",
|
||||
bracketSpacing: true,
|
||||
|
||||
Reference in New Issue
Block a user