Skip to content

Commit 2bdf31a

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

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

biome.json

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

0 commit comments

Comments
 (0)