This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

jscs-stylish

0.3.1 • Public • Published

A Stylish JSCS Reporter

This is a reporter for the JSCS JavaScript Code style checker, modeled on the jshint-stylish reporter for JSHint.

JSCS-Stylish reporter output

Install

npm install --save-dev jscs-stylish

Usage

Example usage within the configuration block for grunt-jscs-checker:

jscs: {
    options: {
        config: '.jscsrc',
        // `reporter` requires a directory path string argument:
        // the .path property contains the path to the reporter module
        reporter: require( 'jscs-stylish' ).path
    },
    all: {
        src: [ js/**/*.js ]
    }
}

License

© K.Adam White 2014, released under the MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i jscs-stylish

Weekly Downloads

64

Version

0.3.1

License

MIT

Last publish

Collaborators

  • kadamwhite