Skip to content
This repository was archived by the owner on Jan 2, 2018. It is now read-only.

lnikkila/jshint-reporter-jscs

Repository files navigation

jshint-reporter-jscs

Build Status Dependencies 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'));

About

JSHint reporter with code preview like JSCS.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors