linter-jslinter

JSLint plugin for Atom Linter

tensor5

1,952

0

0.2.0

MIT

GitHub

This package provides the following services:

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.