chore: diable noUselessElse

This commit is contained in:
Lhcfl 2024-04-03 21:42:40 +08:00
parent 82dff9beb1
commit d0989c692d
1 changed files with 5 additions and 2 deletions

View File

@ -1,12 +1,15 @@
{
"$schema": "https://biomejs.dev/schemas/1.0.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true
"recommended": true,
"style": {
"noUselessElse": "off"
}
}
}
}