Files
thoth/frontend/biome.json
Dylan Knutson acb33d4730
Some checks failed
CI / Check Style (push) Successful in 18s
CI / Run Tests (push) Failing after 49s
CI / Run Clippy (push) Successful in 53s
Initialize loco app
2024-12-01 13:41:32 -08:00

25 lines
394 B
JSON

{
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"javascript": {
"formatter": {
"enabled": true,
"indentStyle": "space"
}
},
"json": {
"formatter": {
"enabled": true,
"indentStyle": "space"
}
}
}