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 yourProjectDirnpm install jslinter
If you choose the global installation, check the Use global JSLinter installation
package option.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.