tensor5 / linter-jslinter

JSLint plugin for Atom Linter
https://atom.io/packages/linter-jslinter
MIT License
1 stars 0 forks source link

linter-jslinter - JSLint plugin for Atom Linter

This is a JSLint plugin for Linter based on the JSLinter npm package.

Installation

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.