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
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 three 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
13
+
3. enable `run#bun` in [`bunfig.toml`](https://bun.sh/docs/runtime/bunfig#run-bun-auto-alias-node-to-bun) w/o `bun: true` option
0 commit comments