From 7c223b32a77c5cf90070c0537cb09030408b0747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:49:08 +0000 Subject: [upd] web-client (simple): Bump @biomejs/biome Bumps the minor group in /client/simple with 1 update: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome). Signed-off-by: dependabot[bot] --- client/simple/biome.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'client/simple/biome.json') diff --git a/client/simple/biome.json b/client/simple/biome.json index f22e05eb6..828da30a4 100644 --- a/client/simple/biome.json +++ b/client/simple/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.5/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.7/schema.json", "files": { "ignoreUnknown": true, "includes": ["**", "!node_modules"] @@ -49,6 +49,7 @@ "noContinue": "warn", "noDeprecatedImports": "warn", "noFloatingPromises": "warn", + "noForIn": "warn", "noImportCycles": "warn", "noIncrementDecrement": "warn", "noMisusedPromises": "warn", @@ -56,7 +57,8 @@ "noUselessCatchBinding": "warn", "noUselessUndefined": "warn", "useExhaustiveSwitchCases": "warn", - "useExplicitType": "warn" + "useExplicitType": "warn", + "useFind": "warn" }, "performance": { "noAwaitInLoops": "error", -- cgit v1.2.3