eslint-import-resolver-typescript |
---|
minor |
feat: make is-bun-module
as optional peer dependency
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.
So for bun
users, there are three options:
- install
is-bun-module
dependency manually and usebun: true
option - run
eslint
withbun --bun eslint
w/obun: true
option - enable
run#bun
inbunfig.toml
w/obun: true
option