🎨 Update quote style in biome formatter (#1095)

This commit is contained in:
Alejandra
2024-03-17 17:13:25 +01:00
committed by GitHub
parent 477c5abf14
commit 7856fd811b

View File

@@ -24,7 +24,7 @@
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"quoteStyle": "double",
"semicolons": "asNeeded"
}
}