mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-17 21:09:25 +02:00
Update biome.jsonc
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
025b222f8c
commit
9edeba321f
@ -135,7 +135,7 @@
|
||||
// This can likely be enabled for all non-utils files once these are eventually reworked, but until then we leave it off.
|
||||
"noExplicitAny": "off",
|
||||
"noAssignInExpressions": "off",
|
||||
"noPrototypeBuiltins": "off", // TOZO: consider enabling?
|
||||
"noPrototypeBuiltins": "off", // TODO: enable this
|
||||
"noFallthroughSwitchClause": "error", // Prevents accidental automatic fallthroughs in switch cases (use disable comment if needed)
|
||||
"noImplicitAnyLet": "warn", // TODO: Refactor and make this an error
|
||||
"noRedeclare": "info", // TODO: Refactor and make this an error
|
||||
|
Loading…
Reference in New Issue
Block a user