Update biome.jsonc

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-14 16:32:33 -04:00 committed by Sirz Benjie
parent 40bd9c52bb
commit f842d14120
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -134,7 +134,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