We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d9f92 commit 64f4007Copy full SHA for 64f4007
.changeset/lemon-trains-hang.md
@@ -0,0 +1,9 @@
1
+---
2
+"eslint-import-resolver-typescript": minor
3
4
+
5
+feat: add a new `bun?: boolean` option for `bun` users
6
7
+`process.versions.bun` is unavailable even with `bun eslint` due to its own design,
8
+but checking `bun` modules for non-bun users is incorrect behavior and just wasting time,
9
+so a new option is added for such case, you can still run with `bun --bun eslint` without this option enabled
0 commit comments