From 59f4b16ce0135c20ec26c8ec41b5b1a9c6046f01 Mon Sep 17 00:00:00 2001 From: Erik Tallang Date: Thu, 28 Nov 2024 08:44:12 +0100 Subject: [PATCH] lint: allow use of for each loops --- biome.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/biome.json b/biome.json index a31f01c..fd5cb9c 100644 --- a/biome.json +++ b/biome.json @@ -29,6 +29,9 @@ "suspicious": { "noArrayIndexKey": "off" }, + "complexity": { + "noForEach": "off" + }, "correctness": { "useExhaustiveDependencies": "off" }