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 c1f371a82..b2f834949 100644 --- a/client/simple/biome.json +++ b/client/simple/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", + "$schema": "https://biomejs.dev/schemas/2.3.11/schema.json", "files": { "ignoreUnknown": true, "includes": ["**", "!node_modules"] @@ -48,14 +48,16 @@ "noImportCycles": "warn", "noIncrementDecrement": "warn", "noMisusedPromises": "warn", + "noMultiAssign": "warn", "noMultiStr": "warn", "noParametersOnlyUsedInRecursion": "warn", + "noReturnAssign": "warn", "noUselessCatchBinding": "warn", "noUselessUndefined": "warn", "useAwaitThenable": "off", "useDestructuring": "warn", "useExhaustiveSwitchCases": "warn", - "useExplicitType": "warn", + "useExplicitType": "off", "useFind": "warn", "useRegexpExec": "warn" }, |