diff --git a/biome.json b/biome.json index 5cf9a9c90..75ad07db8 100644 --- a/biome.json +++ b/biome.json @@ -38,6 +38,9 @@ "useExportType": "error", "noUselessElse": "error", "useShorthandFunctionType": "error" + }, + "suspicious": { + "noDocumentCookie": "off" } } },