-
Notifications
You must be signed in to change notification settings - Fork 13
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
A note to people using this package #18
Comments
This is now the only workaround when running alongside the latest SublimeLinter release (4.12) which brings recent deprecations into full force, and breaks this package completely. |
Many thanks. I just saw the errors in ST3 console and come here to report the issue and found this helpful note. Switch to the defacto SublimeLinter-eslint is the better way in the long run, IMO. |
I don't see an existing section for "eslint" when I open the settings. So in the right-side "user settings" file I added just the path as seen below. This is on Windows. I assume this gets merged on top of some default settings. Just using the
|
Last night I must have some sort of autoupdate and my linter was broken. Thank you for posting this! |
The latest version of SublimeLinter-eslint automatically detects |
Hi, since this package hasn't been updated in a while, I just thought I'd mention that it's possible to use eslint_d with the regular https://github.com/SublimeLinter/SublimeLinter-eslint package.
If you install https://github.com/SublimeLinter/SublimeLinter-eslint, open the Sublime Linter settings, then in the section for eslint, add the
executable
setting and point it to the eslint_d binary: http://www.sublimelinter.com/en/stable/linter_settings.html#executableThe text was updated successfully, but these errors were encountered: