gulpjs / gulp-util

[deprecated] - See https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
MIT License
830 stars 103 forks source link

Add JSCS to repo #109

Closed pdehaan closed 7 years ago

pdehaan commented 9 years ago
$ npm run lint

> gulp-util@3.0.7 lint /Users/pdehaan/dev/github/gulp-util
> jshint *.js lib/*.js test/*.js && jscs *.js lib/ test/

$ echo $?
0
pdehaan commented 9 years ago

@phated Not sure if we want to merge this, or I can append the ESLint stuff to it. (Sorry, just trying to run through https://gist.github.com/pdehaan/be529766a508b5da65b3 and complete the pseudo-checklist.)

phated commented 7 years ago

Going to close this since this project is being deprecated.