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
|
|
|
}
|
|
|
|
|
}
|