summaryrefslogtreecommitdiff
path: root/client/simple/biome.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-21 09:49:08 +0000
committerIvan Gabaldon <igabaldon@inetol.net>2025-11-21 10:15:49 +0000
commit7c223b32a77c5cf90070c0537cb09030408b0747 (patch)
tree7756f627f9730395f8fa5fb0d72c43e8d0bf2fea /client/simple/biome.json
parent33a176813da105fa8e1e7a53404fc50b3d02d328 (diff)
[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] <support@github.com>
Diffstat (limited to 'client/simple/biome.json')
-rw-r--r--client/simple/biome.json6
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",