daniellmb/AQUA

View on GitHub
externs/nodejs/modules/gulp-jshint.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Type definition for gulp-jshint.
 *
 * @externs
 * @author Daniel Lamb <dlamb.open.source@gmail.com>
 */



/**
 * Gulp JSHint
 * @constructor
 * @nosideeffects
 */
var JSHint = function() { };


/**
 * JS Hint reporter
 * @param {string|Function} rpt - reporter name or function
 */
JSHint.prototype.reporter = function(rpt) {};