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