chore: add biome

This commit is contained in:
tigattack
2025-09-24 22:08:08 +01:00
parent b43b20fbe9
commit 330f80478d
6 changed files with 237 additions and 3058 deletions

17
biome.json Normal file
View File

@@ -0,0 +1,17 @@
{
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true
},
"formatter": {
"enabled": true
},
"linter": {
"enabled": true
},
"assist": {
"enabled": true
}
}