mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-17 23:35:22 +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": {
|
"vcs": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"clientKind": "git",
|
"clientKind": "git",
|
||||||
@ -60,6 +60,7 @@
|
|||||||
"recommended": true,
|
"recommended": true,
|
||||||
"correctness": {
|
"correctness": {
|
||||||
"noUndeclaredVariables": "error",
|
"noUndeclaredVariables": "error",
|
||||||
|
"useParseIntRadix": "off",
|
||||||
"noUnusedVariables": "error",
|
"noUnusedVariables": "error",
|
||||||
"noSwitchDeclarations": "error",
|
"noSwitchDeclarations": "error",
|
||||||
"noVoidTypeReturn": "error",
|
"noVoidTypeReturn": "error",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user