From 999d3bf744761e727d398045c2940299490a3e60 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Fri, 29 Jul 2016 16:58:07 -0400 Subject: [PATCH] extension: Don't lint in the watch loop. --- lighthouse-extension/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-extension/gulpfile.js b/lighthouse-extension/gulpfile.js index 38c9cc421394..9ece5efed3d8 100644 --- a/lighthouse-extension/gulpfile.js +++ b/lighthouse-extension/gulpfile.js @@ -155,7 +155,7 @@ gulp.task('watch', ['lint', 'browserify', 'html', 'copyReportScripts'], () => { '*.js', 'app/src/**/*.js', '../lighthouse-core/**/*.js' - ], ['browserify', 'lint']); + ], ['browserify']); }); gulp.task('package', function() {