-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add support of local plugins #10
Comments
I guess I know why this happens: eslint uses a simple A possible solution could be to run a new eslint_d server for each directory in use, or restart the existing one transparently whenever the directory changes. Any other ideas? |
Maybe: whenever I call to eslint_d, it adds the current directory to the module resolver, and removes it afterwards? |
Or synlinking and unlinking afterwards |
Just release @roadhump @Schniz Can you please test whether this works for you now? I'd appreciate your feedback, or new issues in case things don't work as expected. |
@mantoni seems working just fine, thank you! |
@mantoni works great! 👍 |
@mantoni Amazing work! I have just noticed that if I change the plugin configuration in |
Yes, this could be added to the readme… |
eslint_d
does not resolve local plugins in project'snode_modules
aseslint
doesIt means
The text was updated successfully, but these errors were encountered: