Skip to content

Commit cbf9f9c

Browse files
authored
Create silent-cows-drive.md
1 parent 946a4e0 commit cbf9f9c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .changeset/silent-cows-drive.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
"eslint-import-resolver-typescript": minor
3+
---
4+
5+
feat: make `is-bun-module` as optional peer dependency
6+
7+
Technically this is a BREAKING CHANGE, but considering we just raise out v4 recently and this only affects `bun` users, `bun --bun eslint` even works without this dependency, so I'd consider this as a minor change.
8+
9+
So for `bun` users, there are two options:
10+
11+
1. install `is-bun-module` dependency manually and use `bun: true` option
12+
2. run `eslint` with `bun --bun eslint` w/o `bun: true` option

0 commit comments

Comments
 (0)