react-vite-typesafe/biome.json

32 lines
573 B
JSON
Raw Normal View History

2024-10-19 21:05:52 +02:00
{
2025-03-17 12:06:50 +01:00
"$schema": "https://biomejs.dev/schemas/1.9.4/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
2025-04-02 15:57:57 +02:00
},
"files": {
2025-04-02 21:41:52 +02:00
"ignore": [".react-router/*", "build/"]
2024-10-19 21:05:52 +02:00
}
}