feat: add Biome code formatter and linter

This commit is contained in:
2026-02-02 14:05:53 -06:00
parent a70731f23f
commit a976eef50d
6 changed files with 89 additions and 9 deletions

7
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,7 @@
{
"editor.defaultFormatter": "biomejs.biome",
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit",
"source.organizeImports.biome": "explicit"
}
}