allow onecase switch

This commit is contained in:
Sam 2013-06-05 10:16:05 +10:00
parent fb4cb143e9
commit 542c3cc546
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ strict: false # true if the ES5 "use strict"; pragma is required
undef: true # true if variables must be declared before used
white: false # true if strict whitespace rules apply (see also 'indent' option)
eqnull: false
onecase: true # allow for one case switches, can be more elegant sometimes
# "allow" type options (false means potentially more warnings)