diff --git a/biome.jsonc b/biome.jsonc index e4ddc964676..14f3d8a7ac6 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -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