Skip to content

Commit a09482c

Browse files
committed
update deps
1 parent 4f26bac commit a09482c

File tree

5 files changed

+5704
-5634
lines changed

5 files changed

+5704
-5634
lines changed

biome.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.8.2/schema.json",
33
"files": {
44
"ignore": ["./lib"]
55
},
@@ -11,7 +11,8 @@
1111
"rules": {
1212
"recommended": true,
1313
"style": {
14-
"noParameterAssign": "off"
14+
"noParameterAssign": "off",
15+
"useNodejsImportProtocol": "off"
1516
},
1617
"suspicious": {
1718
"noExplicitAny": "off"

0 commit comments

Comments
 (0)