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",