gulp-jscs icon indicating copy to clipboard operation
gulp-jscs copied to clipboard

Check JavaScript code style with jscs

Results 13 gulp-jscs issues
Sort by recently updated
recently updated
newest added

As a new `jscs` and current `gulp` user, I tried to get started by using `gulp-jscs` in my build. Ran into an error pretty quickly. Was able to reproduce in...

I'm trying to make `gulp-jscs` run on file changes, and - if an error is encountered - just report it, without breaking watch **and** without continuing the stream (e.g., a...

Would like to see support for the extract option, similar to how gulp-jshint does it.

enhancement
help wanted