-
-
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
Error when using shared config #393
Comments
I'm not sure. I'm definitely seeing that too. I have no idea why... the |
Short term, you can definitely just add the |
I had tried that without success. I tried putting it in "rules":
which resulted in: I also tried putting it in "settings":
which resulted in the same lint import error on the Electron module. Am I adding it to the setting in an incorrect way? btw, thanks for the quick response! |
Ohhh, okay. I see now. Sorry, the |
Just published 1.10.0 to npm, you can upgrade and use it now! 😁 |
thanks! |
I'm getting the documented import error with Electron and I'd like to use the shared Electron config to avoid it. But, I'm having problems getting the shared config to work.
I tried adding
plugin:import/electron
to the extends array as so:but that results in:
What am doing wrong?
The text was updated successfully, but these errors were encountered: