Skip to content
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

Open
Darkle opened this issue Sep 17, 2018 · 5 comments
Open

A note to people using this package #18

Darkle opened this issue Sep 17, 2018 · 5 comments

Comments

@Darkle
Copy link

Darkle commented Sep 17, 2018

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#executable

@jeremytm
Copy link

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.

@trongthanh
Copy link

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.

@gillibrand
Copy link

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 eslint_d command name alone didn't work even though it's in my PATH.

"linters": {
	"eslint": {
		"executable": "c:\\Users\\MY_USER_NAME\\AppData\\Roaming\\npm\\eslint_d.cmd"
	}

@juan-restrepo
Copy link

Last night I must have some sort of autoupdate and my linter was broken. Thank you for posting this!

@kaste
Copy link

kaste commented Aug 9, 2022

The latest version of SublimeLinter-eslint automatically detects eslint_d; no manual configuration should be necessary anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants