jshint-stylishexitonerror
Install
$ npm install --save-dev jshint-stylishexitonerror
Usage
gulp.task('default', () =>
gulp.src(['file.js'])
.pipe(jshint())
.pipe(jshint.reporter('jshint-stylishexitonerror'))
);
$ npm install --save-dev jshint-stylishexitonerror
gulp.task('default', () =>
gulp.src(['file.js'])
.pipe(jshint())
.pipe(jshint.reporter('jshint-stylishexitonerror'))
);
npm i jshint-stylishexitonerror
0
1.0.0
MIT
4.1 kB
4