Hacker News new | ask | show | jobs
by jdlshore 4284 days ago
Yes, jslint and jshint both do, by default, iirc. They'll also warn on the opposite (using 'new' with a function that doesn't start with an uppercase letter).
1 comments

Ah that's fantastic, i've been using them for a while and never noticed.