Skip to content

Commit 7238341

Browse files
committed
chore(deps): update biome
1 parent e7565b6 commit 7238341

3 files changed

Lines changed: 45 additions & 39 deletions

File tree

biome.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://next.biomejs.dev/schemas/2.2.5/schema.json",
2+
"$schema": "https://next.biomejs.dev/schemas/2.3.10/schema.json",
33
"root": true,
44
"files": {
55
"ignoreUnknown": true
@@ -26,11 +26,17 @@
2626
"nursery": {
2727
"noDeprecatedImports": "on",
2828
"noDuplicateDependencies": "on",
29+
"noForIn": "on",
2930
"noImportCycles": "on",
31+
"noParametersOnlyUsedInRecursion": "on",
32+
"noProto": "on",
3033
"noUselessCatchBinding": "on",
3134
"noUselessUndefined": "off",
35+
"useArraySortCompare": "on",
3236
"useExhaustiveSwitchCases": "off",
33-
"useExplicitType": "off"
37+
"useExplicitType": "off",
38+
"useFind": "on",
39+
"useRegexpExec": "on"
3440
},
3541
"performance": {
3642
"noDelete": "on"

package-lock.json

Lines changed: 36 additions & 36 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
@@ -54,7 +54,7 @@
5454
},
5555
"devDependencies": {
5656
"@bare-ts/lib": "~0.6.0",
57-
"@biomejs/biome": "2.2.5",
57+
"@biomejs/biome": "2.3.10",
5858
"@types/node": "20.19.21",
5959
"typescript": "5.9.3"
6060
},

0 commit comments

Comments
 (0)