some biome lints
This commit is contained in:
parent
b32da4b457
commit
5b24734f1c
1 changed files with 13 additions and 0 deletions
13
biome.jsonc
13
biome.jsonc
|
@ -8,10 +8,23 @@
|
|||
"*.md",
|
||||
],
|
||||
},
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
},
|
||||
"linter": {
|
||||
"rules": {
|
||||
"style": {
|
||||
"useBlockStatements": "warn",
|
||||
"noCommaOperator": "off",
|
||||
"noNonNullAssertion": "off",
|
||||
},
|
||||
"complexity": {
|
||||
"noForEach": "off",
|
||||
"useLiteralKeys": "off",
|
||||
},
|
||||
"performance": {
|
||||
"noDelete": "off",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue