switch to bun + biomejs

fix infinite load on failed token refresh
This commit is contained in:
2024-08-09 16:15:50 +02:00
parent 53984d9c89
commit 750578b787
9 changed files with 34 additions and 3614 deletions

13
biome.json Normal file
View File

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