This is a JSLint plugin for Linter based on the JSLinter npm package.
apm install linter-jslinter
In order to use linter-jslinter you need to install the JSLinter npm package, either globally (recommended) with:
npm install -g jslinter
or locally in the project you want to lint:
cd yourProjectDir
npm install jslinter
If you choose the global installation, check the Use global JSLinter installation
package option.