spalger / gulp-jshint

JSHint plugin for gulp
MIT License
419 stars 65 forks source link

Can't configure stream timeout. #88

Open rgaskill opened 9 years ago

rgaskill commented 9 years ago

It would be handy if I could set a longer timeout on the stream. It looks like the stream module takes a timeout option, but no options are passed to it from the jshintPlugin.

Slayer95 commented 9 years ago

+1. This should be fixed with https://github.com/spalger/gulp-jshint/pull/97

alexandrehebert commented 9 years ago

:+1:, I need this too =D

talberto-zz commented 9 years ago

+1. Me too, stream timeout should be configurable.