Files
todolist_next/biome.json
Andres 750578b787 switch to bun + biomejs
fix infinite load on failed token refresh
2024-08-09 16:15:50 +02:00

14 lines
261 B
JSON

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