Skip to content

Instantly share code, notes, and snippets.

@freeranger
freeranger / JSHintFailures.js
Last active August 29, 2015 13:57
JSHint failures that don't all show up in TeamCity Reporter
var noSemiColon = 'noSemiColon';
window.alert(noSemiColon)
if (noSemiColon == "must use single quotes") {
window.alert('this was a test for single quotes');
}
// ahould have curly braces