-
Notifications
You must be signed in to change notification settings - Fork 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
Project-specific eslint doesn't work #5
Comments
I'll be making another release (hopefully this evening or tomorrow evening) that will make this possible. |
That's awesome, thank you! |
Still working on this. Will likely have a release with better support for this tomorrow. |
It would be really helpful to be able to specify a path to I'd be willing to help, but it sounds like you already have something related in progress? |
Hey i just tried out Nova and i cannot get eslint working with this plugin, i'm assuming this is the same issue as I also keep eslint per-project... any update? |
I don't have eslint installed globally but I do have it installed in the project I'm working on. I see that you use
/usr/bin/env eslint
which fails when I try it locally and won't pick up the project-specific installation but I believe you can call the project's version at./node_modules/.bin/eslint
from the project root. Maybe this extension could check for a project-specific installation and fall back to a global installation?I would have created a PR but I'm not familiar with Nova's extension setup, sorry. Let me know if I can help out though or provide more info.
The text was updated successfully, but these errors were encountered: