summaryrefslogtreecommitdiff
path: root/client/simple/biome.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-01-09 11:10:45 +0100
committerGitHub <noreply@github.com>2026-01-09 11:10:45 +0100
commit27d965234a1d10df7d2499e7ce5a0dbffbd60d64 (patch)
tree2e58f9144c52971287be54f0b41e71c98435961b /client/simple/biome.json
parentc769c194d63ff06626b9136be847deea75836ee9 (diff)
[upd] web-client (simple): Bump @biomejs/biome (#5646)
Bumps the minor group in /client/simple with 1 update: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome). Updates `@biomejs/biome` from 2.3.10 to 2.3.11 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.3.11/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.3.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 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"
},