This package has been deprecated

Author message:

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

jshint-reporter-jscs

0.1.0 • Public • Published

jshint-reporter-jscs

Build Status Code Climate

JSHint reporter that looks like the reporter from JSCS. Supports code previews with line numbering.

Screenshot

Installation

$ npm install jshint-reporter-jscs --save-dev

Usage with gulp

return gulp.src(scripts)
    .pipe(jshint())
    .pipe(jshint.reporter('jshint-reporter-jscs'));

/jshint-reporter-jscs/

    Package Sidebar

    Install

    npm i jshint-reporter-jscs

    Weekly Downloads

    997

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • lnikkila