cjohansen / juicer

A command line tool for JavaScript and CSS developers
631 stars 47 forks source link

jslint nomen option behaves the opposite way it's supposed to #56

Closed bensmithett closed 12 years ago

bensmithett commented 12 years ago

I'm using the /*jslint nomen: false */ directive to stop JSLint complaining about dangling underscores.

Thing is, according to the docs and on the online linter, that behaviour should happen when nomen: true.

Not sure if anyone can reproduce this, is it a bug in the old version of JSLint that is bundled with Juicer?

cjohansen commented 12 years ago

Seems like your version of JsLint is too old. Try juicer install jslint to update.