hintify
v0.1.0
Published
jshint in a browserify transform
Downloads
28
Readme
hintify
A browserify transform that applies jshint, respecting .jshintrc
and .jshintignore
.
install
npm install --save-dev hintify
use
browserify -t hintify foo.js > bar.js