generator-php icon indicating copy to clipboard operation
generator-php copied to clipboard

Fix for "Trailing whitespace" jshint error in grunt-watch task

Open MylesShannon opened this issue 8 years ago • 0 comments

Reproducible with default “yo php” configuration. Error listed below line.

———————————————————

Running "jshint:all" (jshint) task Linting Gruntfile.js...ERROR [L42:C17] W102: Trailing whitespace. watch: {

Warning: Task "jshint:all" failed. Use --force to continue.

Aborted due to warnings.

MylesShannon avatar Jul 22 '16 03:07 MylesShannon