Browse Source

🎨 Update quote style in biome formatter (#1095)

pull/13907/head
Alejandra 1 year ago
committed by GitHub
parent
commit
7856fd811b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/biome.json

2
frontend/biome.json

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

Loading…
Cancel
Save