Skip to content
This repository has been archived by the owner on Mar 14, 2022. It is now read-only.

Commit

Permalink
Deprecate JSHint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Elias committed Jul 15, 2015
1 parent cb3501c commit 199790e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/verify.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 199790e

Please sign in to comment.