diff --git a/scripts/reporter.js b/scripts/reporter.js deleted file mode 100644 index 3fd6f31..0000000 --- a/scripts/reporter.js +++ /dev/null @@ -1,11 +0,0 @@ -/** - * Since jshint's CLI doesn't currently support multiple reporters it is necessary - * to create a wrapper reporter if jshint-stylish-summary should be used in combination - * with another reporter. - */ -module.exports = { - reporter: function(result, config, options) { - require('jshint-stylish').reporter(result, config, options); - require('jshint-stylish-summary').reporter(result, config, options); - } -}; \ No newline at end of file