You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .changeset/silent-cows-drive.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ feat: make `is-bun-module` as optional peer dependency
6
6
7
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
8
9
-
So for `bun` users, there are two options:
9
+
So for `bun` users, there are three options:
10
10
11
11
1. install `is-bun-module` dependency manually and use `bun: true` option
12
12
2. run `eslint` with `bun --bun eslint` w/o `bun: true` option
13
+
3. enable `run#bun` in [`bunfig.toml`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun)
0 commit comments