eslint-import-resolver-typescript
Advanced tools
Changelog
4.2.3
#402 f21bf15
Thanks @SunsetTechuila! - fix: don't resolve not implemented node modules in bun
is-bun-module
is marked as dependency
, again, for correctness, see isBunImplementedNodeModule
for more details
For Bun
users: you don't need to install is-bun-module
any more but bun: true
option is still required if you're running without bun --bun
nor run#bun
enabled
Changelog
4.2.0
#391 c8121e5
Thanks @JounQin! - 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:
is-bun-module
dependency manually and use bun: true
optioneslint
with bun --bun eslint
w/o bun: true
optionrun#bun
in bunfig.toml
w/o bun: true
option