You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Some JSHint options, like
unused
, take an additional argument, likeunused:vars
. It appears it isn't possible to specify these options usingcoffee-jshint
's command line. It would be nice to expose a more general way to pass those arguments, instead of special-casingglobals
.The text was updated successfully, but these errors were encountered: