chore: update biome settings

This commit is contained in:
BennyKok
2024-01-21 23:55:18 +08:00
parent 6de7bf3f20
commit 271552b453
4 changed files with 26 additions and 30 deletions
-23
View File
@@ -1,23 +0,0 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.2/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
}
},
"json": {
"parser": {
"allowComments": true
}
},
"vcs": {
"enabled": true,
"clientKind": "git",
"useIgnoreFile": true,
"defaultBranch": "main"
}
}