Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
this.hintJS = function(file, options){
var opts = attutil.merge(this.options.js, options);
var r = jshint.hint([file], opts);
if(!r.length){
console.log('\nok %s\n'.yellow, file);
}
}