A module that produces TAP output for JSHint. hint hint
var hinthint = require('hint-hint');
hinthint('file/path/*.js', config)
The hinthint
function supports splats. All strings are regarded as file paths, objects are regarded as JSHint configurations. As well, if a .jshintrc
file is present in the current working directory, it will extend the config from that.