linter-eslint: eslint binary not found locally, falling back to packaged one

[Linter-ESLint] eslint binary not found locally, falling back to packaged one. Plugins won’t be loaded and linting will possibly not work. (Try Use Global ESLint option, or install locally eslint to your project.)

有些插件有额外的安装步骤,可以看插件主页上的 Installation 一节 https://atom.io/packages/linter-eslint

linter-eslint will look for a version of eslint local to your project and use it if it’s available. If none is found it will fall back to the version it ships with.
Lets say you depend on a specific version of eslint, maybe it has unreleased features, maybe it’s just newer than what linter-eslint ships with. If your-project/node_modules/eslint exists linter-eslint will be used.