Releases: Limegrass/eslint-plugin-import-alias
Releases · Limegrass/eslint-plugin-import-alias
v1.4.1
v1.4.0
Full Changelog: v1.3.2...v1.4.0
- added option
isAllowBaseUrlResolvedImport
to allow configuring of
whether or not non-declared paths can be used with TypeScript
absolute imports.- This defaults to
true
. - The recommended config sets this to
false
. This is subjective, but
it may encourage usage of a#
-prefixed path to better delineate
between absolute project paths and dependency imports
- This defaults to
v1.3.2
Full Changelog: v1.3.1...v1.3.2
- Fixed a potential ESLint crash when the TSConfig file is misconfigured or otherwise had errors while loading
- Updated TSConfig resolution logic to use tsconfig-paths@^4. This should functionally work the same as before; however, please feel free to open an issue if I broke your setup. There were some potential config resolutions that could happen before that I consider essentially buggy, but we can evaluate on a case-by-case basis if you do not believe that is true.
v1.3.1
Full Changelog: v1.3.0...v1.3.1
- add tsconfig resolution based off current file evaluated
- this is now the default behavior, with the previous resolution
only finding up from the working directory remaining as a fallback.
- This is technically a potentially breaking behavior change; however,
it seems unlikely that this would cause additional issues that
TypeScript itself would not have complained about based off
the given TSConfigs.
v1.3.0
v1.2.0
- extended previous inclusion of relative import overrides to allow
pattern matches, thanks to @jocelinqueau- See documentation in docs: add docs for pattern-based relative import override configuration
What's Changed
- feature: Add pattern for relative imports override by @jocelinqueau in #8
New Contributors
- @jocelinqueau made their first contribution in #8
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Full Changelog: v1.0.6...v1.1.0
v1.0.6
What's Changed
- fix: account for differences in OS path separators by @pablohoch in #6
New Contributors
- @pablohoch made their first contribution in #6
Full Changelog: v1.0.5...v1.0.6