jscs plugin

jscs JSCS — JavaScript Code Style. jscs is a code style checker, see more here here.
jscs plugin for WebStorm, PHPStorm and other Idea family IDE with Javascript plugin, provides integration with jscs and shows errors and warnings inside the editor.

Getting started

Prerequisites

If you do not have nodejs installed on your machine, download and install NodeJS.

Install jscs npm package jscs npm:

$ cd <project path>
$ npm install jscs

Or, install jscs globally:

$ npm install -g jscs

Settings

To get started, you need to set the jscs plugin settings:

Configuration:
jscs config

Inspection:
jscs inline

A Note to contributors

jscs plugin uses the code from here as a module, to run the project you need to clone that project as well.