Skip to content

Commit e6a0ee1

Browse files
committed
chore(deps): upgrade Biome
1 parent dd11358 commit e6a0ee1

File tree

3 files changed

+47
-47
lines changed

3 files changed

+47
-47
lines changed

biome.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://next.biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.4/schema.json",
33
"root": true,
44
"files": {
55
"ignoreUnknown": true
@@ -21,15 +21,12 @@
2121
"complexity": {
2222
"noImplicitCoercions": "on",
2323
"noUselessLoneBlockStatements": "off",
24-
"noVoid": "on"
24+
"noVoid": "on",
25+
"noUselessUndefined": "off"
2526
},
2627
"nursery": {
27-
"noDeprecatedImports": "on",
28-
"noDuplicateDependencies": "on",
29-
"noImportCycles": "on",
30-
"noUselessUndefined": "off",
31-
"useExhaustiveSwitchCases": "off",
32-
"useExplicitType": "off"
28+
"useExhaustiveSwitchCases": "on",
29+
"useExplicitType": "on"
3330
},
3431
"performance": {
3532
"noDelete": "on"
@@ -120,7 +117,10 @@
120117
"noUselessEscapeInString": "on",
121118
"noVar": "on",
122119
"useErrorMessage": "on",
123-
"useNumberToFixedDigitsArgument": "on"
120+
"useNumberToFixedDigitsArgument": "on",
121+
"noDeprecatedImports": "on",
122+
"noDuplicateDependencies": "on",
123+
"noImportCycles": "on"
124124
},
125125
"correctness": {
126126
"noInvalidUseBeforeDeclaration": "off",

package-lock.json

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"version": "sh ./scripts/version.sh"
7171
},
7272
"devDependencies": {
73-
"@biomejs/biome": "2.3.12",
73+
"@biomejs/biome": "2.4.4",
7474
"@types/node": "22.18.13",
7575
"esbuild": "0.27.2",
7676
"typescript": "5.9.3"

0 commit comments

Comments
 (0)