0.0.3 • Published 10 years ago

gulp-hint-not v0.0.3

Weekly downloads
40
License
-
Repository
github
Last release
10 years ago

#gulp-hint-not

It removes comments like these from your built source:

    /* jshint -W098 */

    /* global postal */

##Why? Depending on the project, I tend to keep my files as small as possible. One file may have a constructor function and its prototype, another might have a lookup object, etc. To keep IDE noise from becoming abhorrent, I like to keep unnecessary JSHint warnings from distracting me, since once the files are combined, JSHint's rules would be satisified. To do this, I'll add inline comment directives to tell JSHint to ignore something I know will be OK in the combined source. This plugin keeps those comments from making it into the final source, uglying things up.

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago