0.3.1 • Published 9 years ago

jscs-stylish v0.3.1

Weekly downloads
107
License
MIT
Repository
github
Last release
9 years ago

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

0.3.1

9 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago