Open wnr opened 7 years ago
You can set the path to local copy or global, as described in the readme:
Set the path to the eslint bin file. should point to
In my experience, the local .eslintrc.js
is not respected. I have specified the full path of the file in Configuration File textbox in WebStrorm's preferences dialog (rather than default Automatic Search. My .eslintrc.js
file has a rule
// Allow ++ or -- operatorsin for loops
'no-plusplus': ["error", { "allowForLoopAfterthoughts": true }],
But I am still getting the ESLint errors for this case.
Hi,
I have multiple projects that have eslint installed locally through npm. I can't figure out how to configure this plugin to handle that. Is it possible to have a non-global configuration? Similar plugins for other editors such as Atom scans the project node_modules directory.
Thanks