From 199790e729eee62fe9443186bb558ff1b7e7b638 Mon Sep 17 00:00:00 2001 From: Alberto Elias Date: Wed, 15 Jul 2015 18:33:10 +0100 Subject: [PATCH] Deprecate JSHint --- lib/tasks/verify.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tasks/verify.js b/lib/tasks/verify.js index e8b41278..b1daf7c2 100644 --- a/lib/tasks/verify.js +++ b/lib/tasks/verify.js @@ -164,6 +164,8 @@ module.exports.jsHint = function(gulp, config) { jshint.reporter('default'), jshint.reporter('fail') ); + + log.primary('JSHint is being deprecated and will be removed in next major release in favour of ESLint'); // Returns a combined stream so an error handler can be attached to the end of the pipeline, // and it will have effects in all the steps. We need to resume() because stream-combiner2