-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
import/no-extraneous-dependencies complains about querystring
#1374
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
Labels
Comments
Can you provide your eslint config (and webpack config, if relevant), and your node version? |
Sure thing, I'm using node v10.15.2. Trying to work out a reproduction. output of `--print-config` for the relevant file (sorry for the size)
|
Crap, I just realized while reading through this that we're using a custom resolver, and that by removing it things start working again... My mistake! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I just updated from 2.16.0 to 2.17.3 and am now seeing
import/no-extraneous-dependencies
errors caused by imports for thequerystring
core module. I'm a little suspicious of #1297 since it's the only changelog item I could find related to core/builtin modules, but it's unclear how it would be causing this.Any ideas? Happy to submit a fix if someone can help point me in the right direction.
The text was updated successfully, but these errors were encountered: