coffee-jshint
coffee-jshint copied to clipboard
Support undef = 'strict'
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.