-
Notifications
You must be signed in to change notification settings - Fork 94
Problems using shared config #4
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
Comments
Hi @doctyper sorry for the trouble, this is something we'd definitely like to support. It looks like ESLint shared configs are implemented as ESLint plugins, so your two errors are the same issue -- would you agree? I'll have to familiarize myself with how these plugins are supposed to work before I can ask some better questions to try and get to the bottom of it. My guess is that we need to add the local |
That sounds right @pbrisbin. The local You might also consider warning the user to make sure |
Just ran into the same issue, would be great if this can be fixed. |
@pbrisbin any progress on this issue? |
Hi @doctyper, we are making progress on this but it's going to take some time. Unfortunately, eslint shared configs are implemented as eslint plugins. Since eslint plugins are effectively arbitrary remote code executing on our system, we need to be very careful about our architecture choices before we can support them. It's those architecture decisions we're working on now, so although we are progressing, it is going to look slow from the stance of "it's just shared config support", and I apologize for that. I will report any updates here as I have them. |
FYI, does seem that |
I'm going to close this issue now because |
I get an error running
analyze
using a shared ESLint config:The tool also seems to have issues using eslint plugins:
The shared config / plugins are installed locally to the project. However the issues still occur even when installing them globally.
The text was updated successfully, but these errors were encountered: