Skip to content

Commit 64f4007

Browse files
authored
Create lemon-trains-hang.md
1 parent 35d9f92 commit 64f4007

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.changeset/lemon-trains-hang.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)