31 lines
511 B
JSON
31 lines
511 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"formatter": {
|
|
"indentStyle": "tab",
|
|
"lineWidth": 80
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"a11y": {
|
|
"useSemanticElements": "off"
|
|
},
|
|
"suspicious": {
|
|
"noArrayIndexKey": "off"
|
|
}
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "double"
|
|
}
|
|
},
|
|
"files": {
|
|
"ignore": ["dist/", "node_modules/", "src/routeTree.gen.ts", ".claude/"]
|
|
}
|
|
}
|