23 lines
433 B
JSON
23 lines
433 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.4.5/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"formatWithErrors": false,
|
|
"indentStyle": "space",
|
|
"indentWidth": 2,
|
|
"lineWidth": 140,
|
|
"attributePosition": "auto"
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single",
|
|
"jsxQuoteStyle": "double",
|
|
"trailingCommas": "all",
|
|
"arrowParentheses": "asNeeded"
|
|
}
|
|
}
|
|
}
|