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

19 lines
400 B
JSON

{
"$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": ["**", "!packages/shared/dist"]
}
}