marviq / coffee-jshint

Runs your CoffeeScript source through JSHint to check for errors.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support undef = 'strict'

pyrocat101 opened this issue · comments

Currently there is no way to support options with string values. For example, undef can have values true, false, and strict. This is useful if we want to enforce strict lint rules.

One way to support this is to respect configs file ~/.jshintrc.