diff --git a/biome.json b/biome.json index 898762533..30759a3d2 100644 --- a/biome.json +++ b/biome.json @@ -59,6 +59,9 @@ "correctness": { "useYield": "off", "noUnsafeFinally": "off" + }, + "performance": { + "noDelete": "off" } } }