grunt-plato
grunt-plato copied to clipboard
Plato ignores //jshint ignore:line Comments
Once and a while I have to use the ignore Comment in my Source. e.g.
var $j = jQuery.noConflict(); // jshint ignore:line
Plato ignores this comment and marks the line as hint-Error.
Ah, of course, the PR to remove comments from being counted also removes comments for the sake of jshint :-/
Any Idea for a solution?