Releases: helljs/eslint-import-resolver-x
Releases · helljs/eslint-import-resolver-x
v1.1.0
- FIX: Use digest of options object for create matchers function
An error could occur in the monorepo (with different options and different project
property) when resolving aliases, depending on which working directory the linter was launched from
Now resolver for cache use digest of options for key instead of current cwd()
v1.0.5
- Add resolver v3 interface un-ts/eslint-plugin-import-x#192