eslint-import-resolver-typescript
Advanced tools
Changelog
4.1.0
#387 ef5cd10
Thanks @JounQin! - feat: add a new bun?: boolean
option for bun
users - close #386
process.versions.bun
is unavailable even with bun eslint
due to its own design,
but checking bun
modules for non-bun users is incorrect behavior and just wasting time,
so a new option is added for such case, you can still run with bun --bun eslint
without this option enabled
Changelog
4.0.0
#368 2fd7c2e
Thanks @JounQin! - feat!: rewrite, speed up by using rspack-resolver
which supports references
natively under the hood
BREAKING CHANGES:
^16.17.0 || >=18.6
is now requiredalwaysTryTypes
is enabled by default, you can set it as false
to opt-outproject
is discouraged but still supported, single project
with references
are encouraged for better performance, you can enable noWarnOnMultipleProjects
option to supress the warning messagetsconfig.json
or jsconfig.json
will be used automatically if no project
providedChangelog
Changelog
3.8.7
a14fdd9
Thanks @carlocorradini! - fix: include mapper with no files and force non-dynamic projects to use absolute pathsChangelog
3.8.5
366eeaf
Thanks @carlocorradini! - fix: if file has no corresponding mapper function, apply all of them, starting with the nearest one.Changelog
3.8.3
#360 8192976
Thanks @carlocorradini! - Force tiniglobby to expand dot directories
#360 8192976
Thanks @carlocorradini! - Update tinyglobby to latest version