jscs-stylish

A JSCS reporter inspired by jshint-stylish

MIT 4 个版本
安装
npm install jscs-stylish
yarn add jscs-stylish
pnpm add jscs-stylish
bun add jscs-stylish
README

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 2014-11-21
0.3.0 2014-06-19
0.2.0 2014-06-19
0.1.0 2014-06-19