com-backend/biome.json
2024-06-05 14:11:47 +02:00

24 lines
494 B
JSON

{
"formatter": {
"enabled": true,
"formatWithErrors": true,
"indentStyle": "space",
"indentWidth": 2,
"lineWidth": 80,
"lineEnding": "lf",
"ignore": []
},
"javascript": {
"formatter": {
"quoteStyle": "single",
"arrowParentheses":"always",
"jsxQuoteStyle": "double",
"semicolons": "asNeeded",
"trailingComma": "all",
"quoteProperties": "asNeeded",
"bracketSpacing": true,
"bracketSameLine": false
}
}
}