Skip to content

Commit 12e97fa

Browse files
committed
adjust biome js config
1 parent 3a4f6b4 commit 12e97fa

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

biome.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,15 @@
115115
"Uint8Array",
116116
"Int8Array",
117117
"Uint32Array"
118-
]
118+
],
119+
"formatter": {
120+
"quoteStyle": "single",
121+
"trailingCommas": "none",
122+
"indentStyle": "space",
123+
"indentWidth": 4,
124+
"lineEnding": "lf",
125+
"lineWidth": 120
126+
}
119127
},
120128
"json": {
121129
"linter": {

0 commit comments

Comments
 (0)