From 02cdec25a8c311789ae9ca9cad9554d59c061f0c Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:25:42 -0400 Subject: [PATCH] [Dev] Disabled biome `noAwaitInLoop` rule (#6124) --- biome.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biome.jsonc b/biome.jsonc index ed5db201824..d4cb67d33a6 100644 --- a/biome.jsonc +++ b/biome.jsonc @@ -139,7 +139,7 @@ "useAdjacentGetterSetter": "error", "noConstantBinaryExpression": "error", "noTsIgnore": "error", - "noAwaitInLoop": "warn", + "noAwaitInLoop": "off", "useJsonImportAttribute": "off", // "Import attributes are only supported when the '--module' option is set to 'esnext', 'node18', 'nodenext', or 'preserve'. ts(2823)" "useIndexOf": "error", "useObjectSpread": "error",