mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-14 22:05:34 +01:00
[Dev] Update biome.jsonc
This commit is contained in:
parent
e5e0835a96
commit
1c446c466f
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
{
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
|
||||
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
|
||||
"vcs": {
|
||||
"enabled": true,
|
||||
"clientKind": "git",
|
||||
@ -60,6 +60,7 @@
|
||||
"recommended": true,
|
||||
"correctness": {
|
||||
"noUndeclaredVariables": "error",
|
||||
"useParseIntRadix": "off",
|
||||
"noUnusedVariables": "error",
|
||||
"noSwitchDeclarations": "error",
|
||||
"noVoidTypeReturn": "error",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user