Skip to content

Commit ee727fc

Browse files
committed
disable nodejs protocol biome rule
1 parent a454a89 commit ee727fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"linter": {
1010
"enabled": true,
1111
"rules": {
12-
"recommended": true
12+
"recommended": true,
13+
"style": { "useNodejsImportProtocol": "off" }
1314
}
1415
},
1516
"formatter": {

0 commit comments

Comments
 (0)