style: change quote style from double to single in biome config
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@
|
||||
"bracketSpacing": true,
|
||||
"jsxQuoteStyle": "single",
|
||||
"quoteProperties": "asNeeded",
|
||||
"quoteStyle": "double",
|
||||
"quoteStyle": "single",
|
||||
"semicolons": "asNeeded",
|
||||
"trailingCommas": "none"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user