react-vite-typesafe/biome.json

29 lines
511 B
JSON
Raw Normal View History

2024-10-19 21:05:52 +02:00
{
2024-11-22 13:32:12 +01:00
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
2024-10-19 21:05:52 +02:00
"organizeImports": {
"enabled": true
},
"formatter": {
"enabled": true,
"indentStyle": "space",
"indentWidth": 2
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"useLiteralKeys": "off"
2024-11-22 13:32:12 +01:00
},
"style": {
"useDefaultSwitchClause": "error"
2024-10-19 21:05:52 +02:00
}
}
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
}
}