Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

jshint-growl

JSHint reporter to make growly notifications

jshint, growly, jshint-reporter

readme

jshint-growl

npm install jshint-growl

gives growl notifications on JSHint errors and warnings.

to use: gulp.src([jsFiles]) .pipe(jshint()) .pipe(jshint.reporter('jshint-growl'));