The following JS:
(function() { \"use strict\"; $(\"#target\").click(function(){ console.log(\"clicked\"); }); }());
Yields:
If you're using an IntelliJ editor, under
You can type in anything, for instance console:false, and it will add that to the list (.jshintrc) as well - as a global.
console:false