Skip to content

Commit 999d3bf

Browse files
committed
extension: Don't lint in the watch loop.
1 parent fe634e7 commit 999d3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-extension/gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ gulp.task('watch', ['lint', 'browserify', 'html', 'copyReportScripts'], () => {
155155
'*.js',
156156
'app/src/**/*.js',
157157
'../lighthouse-core/**/*.js'
158-
], ['browserify', 'lint']);
158+
], ['browserify']);
159159
});
160160

161161
gulp.task('package', function() {

0 commit comments

Comments
 (0)