Is there a flag to allow braceless If statements in JSHINT?
ie:
if (true) return false;
I've looked through the docs, but didn't find anything...
Never mind, found the solution:
curly: false
http://www.jshint.com/docs/options/#curly