./src/*.js files are not linted in the Atom repository. The issue is that Eslint plugins are not found (they are under scripts/node_modules instead of root folder node_modules).
The ./scripts folder is fine
Bug Checklist
[x] Restart Atom
[x] Verify the eslint CLI gives the proper result, while linter-eslint does not
[ ] Paste the output of the Linter Eslint: Debug command from the Command Palette below
Issue Type
Bug
Issue Description
./src/*.js
files are not linted in the Atom repository. The issue is that Eslint plugins are not found (they are under scripts/node_modules instead of root folder node_modules).The
./scripts
folder is fineBug Checklist
eslint
CLI gives the proper result, whilelinter-eslint
does notLinter Eslint: Debug
command from the Command Palette below