-
Notifications
You must be signed in to change notification settings - Fork 141
Ability to set path to ESLint #1051
Comments
There already is the ability to specify a hardcoded path to linter-eslint/src/worker-helpers.js Lines 67 to 70 in 7f79165
If you specify an absolute path using the Advanced Local Node Modules setting then the path you give will be used directly, the only modification being
The error message is coming straight from ESLint, the issue you linked is about replacing that with instructions on how to fix it 😉.
I'm not sure what you mean here? |
So, should I specify
I'm aware. I was linking a little too tangentially. Sorry about that.
You used to, in previous versions of this plugin, request the path to |
Ah! That was quite fragile and hacky, it was replaced with a less fragile but still somewhat hacky method used currently in #873. 😉 |
Issue Type
Feature Request
Issue Description
While working on ESLint itself, I found it was not possible to use this plugin without
npm link && npm link eslint
(circular symlink, which is bad). Instead, I'd like to be able to specify the path to ESLint directly, so I can still use this while developing on it.The symptom I found that led me here is that it was complaining about a missing plugin with an unhelpful message.
(Note: this used to provide this functionality, but had since dropped it.)
Bug Checklist
eslint
CLI gives the proper result, whilelinter-eslint
does notLinter Eslint: Debug
command from the Command Palette belowThe text was updated successfully, but these errors were encountered: