diff --git a/theme-builder/biome.json b/theme-builder/biome.json index c5924b179..0b2a92d22 100644 --- a/theme-builder/biome.json +++ b/theme-builder/biome.json @@ -11,7 +11,21 @@ "enabled": true, "rules": { "recommended": true, - "suspicious": { "noGlobalIsFinite": "off", "noArrayIndexKey": "warn" }, + "suspicious": { + "noArrayIndexKey": "warn", + "noConsole": { + "level": "warn", + "options": { + "allow": [ + "assert", + "error", + "info", + "warn" + ] + } + }, + "noGlobalIsFinite": "off" + }, "correctness": { "noUnusedVariables": "warn", "useHookAtTopLevel": "error",