Skip to content

Commit

Permalink
fix npx biome lint src complaint (*disable* lint/style/useNodejsImp…
Browse files Browse the repository at this point in the history
…ortProtocol)

- avoids increasing the minimum Deno version, otherwise would require Deno-v1.16.0+
  • Loading branch information
rivy committed Apr 21, 2024
1 parent 41dd258 commit 27ef3dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions biome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
"recommended": true,
"complexity": {
"noForEach": "off"
},
"style": {
"useNodejsImportProtocol": "off" /* "node:..." imports would o/w force Deno-v1.16.0+ */
}
}
},
Expand Down

0 comments on commit 27ef3dd

Please sign in to comment.