marviq / coffee-jshint

Runs your CoffeeScript source through JSHint to check for errors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow option arguments from the command line

ianthehenry opened this issue · comments

Some JSHint options, like unused, take an additional argument, like unused:vars. It appears it isn't possible to specify these options using coffee-jshint's command line. It would be nice to expose a more general way to pass those arguments, instead of special-casing globals.