From 83f49e2f639228c8f9f603f76d2031fe21071873 Mon Sep 17 00:00:00 2001 From: "Kamat, Trivikram" <16024985+trivikr@users.noreply.github.com> Date: Wed, 5 Jun 2024 20:26:50 -0700 Subject: [PATCH] chore: biome disable lint/performance/noAccumulatingSpread --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index a051c4cca..a1512e5ea 100644 --- a/biome.json +++ b/biome.json @@ -49,6 +49,9 @@ "useValidForDirection": "error", "useYield": "error" }, + "performance": { + "noAccumulatingSpread": "off" + }, "style": { "noNamespace": "error", "noNonNullAssertion": "off",