summaryrefslogtreecommitdiff
path: root/client/simple/biome.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-01 09:45:54 +0100
committerGitHub <noreply@github.com>2025-11-01 09:45:54 +0100
commit5712827703b05e2b0a1319218b697d513e05838f (patch)
tree4b80cc03ae20712f20af966dc000a9c523b03605 /client/simple/biome.json
parent7ba53d302d09d9d60df79d9e8068836fde2abda0 (diff)
[upd] web-client (simple): Bump the minor group (#5402)
Bumps the minor group in /client/simple with 2 updates: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@biomejs/biome` from 2.2.7 to 2.3.2 - [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.2/packages/@biomejs/biome) Updates `@types/node` from 24.9.1 to 24.9.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.3.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: "@types/node" dependency-version: 24.9.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor
Diffstat (limited to 'client/simple/biome.json')
-rw-r--r--client/simple/biome.json24
1 files changed, 22 insertions, 2 deletions
diff --git a/client/simple/biome.json b/client/simple/biome.json
index 4571f0f79..31f75da8b 100644
--- a/client/simple/biome.json
+++ b/client/simple/biome.json
@@ -1,8 +1,8 @@
{
- "$schema": "https://biomejs.dev/schemas/2.2.7/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
"files": {
"ignoreUnknown": true,
- "includes": ["**", "!dist", "!node_modules"]
+ "includes": ["**", "!!node_modules"]
},
"assist": {
"enabled": true,
@@ -48,6 +48,7 @@
"nursery": {
"noDeprecatedImports": "warn",
"noImportCycles": "warn",
+ "noIncrementDecrement": "warn",
"noMisusedPromises": "warn",
"noUselessCatchBinding": "warn",
"noUselessUndefined": "warn",
@@ -65,6 +66,7 @@
"style": {
"noCommonJs": "error",
"noEnum": "error",
+ "noImplicitBoolean": "error",
"noInferrableTypes": "error",
"noNamespace": "error",
"noNegationElse": "error",
@@ -97,6 +99,7 @@
}
},
"useConsistentBuiltinInstantiation": "error",
+ "useConsistentCurlyBraces": "error",
"useConsistentMemberAccessibility": {
"level": "error",
"options": {
@@ -109,6 +112,12 @@
"syntax": "explicit"
}
},
+ "useConsistentTypeDefinitions": {
+ "level": "error",
+ "options": {
+ "style": "type"
+ }
+ },
"useDefaultSwitchClause": "error",
"useExplicitLengthCheck": "error",
"useForOf": "error",
@@ -117,6 +126,7 @@
"useNumericSeparators": "error",
"useObjectSpread": "error",
"useReadonlyClassProperties": "error",
+ "useSelfClosingElements": "error",
"useShorthandAssign": "error",
"useSingleVarDeclarator": "error",
"useThrowNewError": "error",
@@ -146,5 +156,15 @@
"semicolons": "always",
"trailingCommas": "none"
}
+ },
+ "html": {
+ "experimentalFullSupportEnabled": true,
+ "formatter": {
+ "attributePosition": "auto",
+ "bracketSameLine": false,
+ "whitespaceSensitivity": "ignore",
+ "indentScriptAndStyle": true,
+ "selfCloseVoidElements": "always"
+ }
}
}