[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>
This commit is contained in:
dependabot[bot]
2025-11-21 09:49:08 +00:00
committed by Ivan Gabaldon
parent 33a176813d
commit 7c223b32a7
3 changed files with 77 additions and 85 deletions
+4 -2
View File
@@ -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",