spalger / gulp-jshint

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

Drop dependency on deprecated `gulp-util` #156

Closed demurgos closed 6 years ago

demurgos commented 6 years ago

Hi, gulp-util is deprecated. It should be replaced by dependencies on the individual components used by gulp-jshint. The README lists alternatives for the different components.

See https://github.com/gulpjs/gulp/issues/2065

spalger commented 6 years ago

@demurgos mind taking a look at #157?