Skip to content

Commit e76cec5

Browse files
authored
docs: add run#bun option replacement
1 parent 2528b37 commit e76cec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ feat: make `is-bun-module` as optional peer dependency
66

77
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.
88

9-
So for `bun` users, there are two options:
9+
So for `bun` users, there are three options:
1010

1111
1. install `is-bun-module` dependency manually and use `bun: true` option
1212
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

Comments
 (0)