While using gjslint, I got a hint: \"Single-quoted string preferred over double-quoted string\".
So why? I\'m a little confused with this. Why single-quoted preferred?>
My keyboard has a '/" key so I can easily type a single quote but need to press shift for the double quote. :)
As for the JSLint warnings its just trying to enforce an arbitrary standard in order to promote a more consistent coding style, just like how it does on other spacing and indentation issues.