docs-ui/biome.json

20 lines
240 B
JSON

{
"formatter": {
"indentStyle": "space",
"indentWidth": 2
},
"javascript": {
"formatter": {
"quoteStyle": "single"
}
},
"json": {
"formatter": {
"indentStyle": "tab"
},
"parser": {
"allowComments": true
}
}
}