Allow specifying ESLint executable path
Closed this issue · 0 comments
Tomtomgo commented
Currently the executable for ESLint is hard-coded as:
private static final String ESLINT_EXECUTABLE = "eslint";
This leads to issues when ESLint isn't installed globally, but locally. It would be useful to be able to specify the path for the eslint
executable.