Add jshint-stylish, configure as JSHint reporter

Signed-off-by: Alex Coles <alex@alexbcoles.com>
This commit is contained in:
Alex Coles
2014-06-17 17:43:02 +02:00
parent 6f48e8b8af
commit 2af78db7d9
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ var paths = {
gulp.task('lint', function() {
return gulp.src(paths.scripts)
.pipe(jshint('.jshintrc'))
.pipe(jshint.reporter('default'));
.pipe(jshint.reporter('jshint-stylish'));
});
gulp.task('webpack', function() {
+1
View File
@@ -14,6 +14,7 @@
"gulp-ruby-sass": "^0.7.1",
"gulp-watch": "^1.1.0",
"gulp-webpack": "^1.0.0",
"jshint-stylish": "^1.0.0",
"json2htmlcov": "~0.1.1",
"karma": "~0.12.3",
"karma-chai": "~0.1.0",