Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 070bba2

Browse files
committed
refactor: change quoteStyle from double to single
1 parent 2cb2da2 commit 070bba2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.vscode/extensions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"recommendations": [
3+
"biomejs.biome",
4+
"dbaeumer.vscode-eslint"
5+
]
6+
}

packages/biome-config/lib/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"javascript": {
2626
"formatter": {
2727
"enabled": true,
28-
"quoteStyle": "double",
28+
"quoteStyle": "single",
2929
"arrowParentheses": "always",
3030
"trailingComma": "all",
3131
"lineEnding": "lf"

0 commit comments

Comments
 (0)