Files
sprint/packages/backend/biome.json
2026-01-09 05:38:24 +00:00

20 lines
411 B
JSON

{
"root": false,
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
"formatter": {
"enabled": true,
"formatWithErrors": false,
"indentStyle": "space",
"indentWidth": 4,
"lineWidth": 110
},
"css": {
"parser": {
"tailwindDirectives": true
}
},
"files": {
"includes": ["**", "!drizzle/meta"]
}
}