-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
custom resolvers: must load eslint-import-resolver-{x}
form _first_
#373
Comments
@benmosher I've just spent an hour working out why my config wasn't working, and it's because of this issue. I have eslint-plugin-import 1.9.0, with eslint-import-resolver-webpack 0.3.1. Any chance of releasing this fix soon? |
@avaragado just published 1.9.1 with just this patch. How did you end up with 1.9.0 installed? I hid it behind the |
@benmosher Looking through my command-line history, it seems it was presented under the 'Wanted' column of |
I was worried that might happen. 😞 I think 1.9.x is semver-valid if your package.json has something like |
Yeah, that's the situation I was in. I've updated to 1.9.1 and it works, so thanks! |
Allowing explicit packages to have precedence means that
webpack
is being loaded to resolve instead ofeslint-import-resolver-webpack
.Blocks v1.9.0 release. (#372)
The text was updated successfully, but these errors were encountered: