14 lines
360 B
JSON
14 lines
360 B
JSON
|
{
|
||
|
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
|
||
|
"javascript": {
|
||
|
"formatter": {
|
||
|
"enabled": true,
|
||
|
"bracketSpacing": true,
|
||
|
"indentSize": 4,
|
||
|
"indentStyle": "space",
|
||
|
"jsxQuoteStyle": "double",
|
||
|
"lineWidth": 240,
|
||
|
"quoteStyle": "double"
|
||
|
}
|
||
|
}
|
||
|
}
|