migrate from eslint & prettier to biome

This commit is contained in:
2025-10-18 14:07:07 +02:00
parent 2412238236
commit 8b1e9d1cf6
23 changed files with 778 additions and 625 deletions

9
.zed/settings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"lsp": {
"biome": {
"settings": {
"config_path": "./biome.json"
}
}
}
}