mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Add jshint-stylish, configure as JSHint reporter
Signed-off-by: Alex Coles <alex@alexbcoles.com>
This commit is contained in:
+1
-1
@@ -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() {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user