🎨 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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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