From 11b9c0d98898cd32bacd7163496f1af7715adc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Hamburger=20Gr=C3=B8ngaard?= Date: Mon, 13 Jan 2025 11:52:04 +0100 Subject: [PATCH] chore(biome): disable `noDelete` rule --- biome.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/biome.json b/biome.json index 364bc1fe4..7813c4d9b 100644 --- a/biome.json +++ b/biome.json @@ -23,7 +23,8 @@ "noUnusedVariables": "error" }, "performance": { - "noAccumulatingSpread": "off" + "noAccumulatingSpread": "off", + "noDelete": "off" }, "security": { "noDangerouslySetInnerHtml": "off"