mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 10:17:14 +00:00
19 lines
400 B
JSON
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"]
|
|
}
|
|
}
|