mod-jshint
v0.1.0
Published
Validate javascript files with jshint
Downloads
13
Readme
mod-jshint
Validate javascript files with jshint
Usage
module.exports = {
plugins: {
"jshint": "mod-jshint"
},
tasks: {
"jshint": {
src: "./test.js"
}
}
};