summaryrefslogtreecommitdiff
path: root/client/simple/biome.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/simple/biome.json')
-rw-r--r--client/simple/biome.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/client/simple/biome.json b/client/simple/biome.json
index 1e9b885d7..c1f371a82 100644
--- a/client/simple/biome.json
+++ b/client/simple/biome.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://biomejs.dev/schemas/2.3.8/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json",
"files": {
"ignoreUnknown": true,
"includes": ["**", "!node_modules"]
@@ -52,9 +52,12 @@
"noParametersOnlyUsedInRecursion": "warn",
"noUselessCatchBinding": "warn",
"noUselessUndefined": "warn",
+ "useAwaitThenable": "off",
+ "useDestructuring": "warn",
"useExhaustiveSwitchCases": "warn",
"useExplicitType": "warn",
- "useFind": "warn"
+ "useFind": "warn",
+ "useRegexpExec": "warn"
},
"performance": {
"noAwaitInLoops": "error",