Skip to content

Commit 4e1f971

Browse files
committed
feat(biome): Configure biome to use 2 spaces and single quotes
1 parent 0a889fc commit 4e1f971

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

biome.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"formatter": {
3+
"indentStyle": "space",
4+
"indentWidth": 2
5+
},
6+
"javascript": {
7+
"formatter": {
8+
"quoteStyle": "single"
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)