diff options
Diffstat (limited to 'client/simple/biome.json')
| -rw-r--r-- | client/simple/biome.json | 6 |
1 files changed, 4 insertions, 2 deletions
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", |