2026-04-24 21:30:48 -05:00
|
|
|
{
|
2026-04-27 11:20:47 -05:00
|
|
|
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
|
|
|
|
|
"files": {
|
|
|
|
|
"includes": ["**", "!**/src/routeTree.gen.ts", "!**/src/api/schema.d.ts"]
|
|
|
|
|
},
|
|
|
|
|
"vcs": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"clientKind": "git",
|
|
|
|
|
"useIgnoreFile": true
|
|
|
|
|
},
|
|
|
|
|
"assist": {
|
|
|
|
|
"actions": {
|
|
|
|
|
"source": {
|
|
|
|
|
"organizeImports": "on"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"linter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"rules": {
|
|
|
|
|
"recommended": true,
|
|
|
|
|
"style": {
|
|
|
|
|
"noNonNullAssertion": "warn"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"formatter": {
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"indentStyle": "tab",
|
|
|
|
|
"lineWidth": 100
|
|
|
|
|
},
|
|
|
|
|
"css": {
|
|
|
|
|
"parser": {
|
|
|
|
|
"tailwindDirectives": true
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"javascript": {
|
|
|
|
|
"formatter": {
|
|
|
|
|
"quoteStyle": "double",
|
|
|
|
|
"semicolons": "always"
|
|
|
|
|
}
|
|
|
|
|
}
|
2026-04-24 21:30:48 -05:00
|
|
|
}
|