mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-09 19:46:39 -05:00
Don't require a default case in switch statements
This commit is contained in:
parent
d13004e775
commit
9092bfe371
1 changed files with 0 additions and 1 deletions
1
eslintrc
1
eslintrc
|
@ -31,7 +31,6 @@
|
|||
"valid-jsdoc": [ "warn" ],
|
||||
"valid-typeof": [ "error" ],
|
||||
"curly": [ "warn" ],
|
||||
"default-case": [ "warn" ],
|
||||
"dot-location": [ "warn", "property" ],
|
||||
"eqeqeq": [ "warn", "smart" ],
|
||||
"guard-for-in": [ "warn" ],
|
||||
|
|
Loading…
Reference in a new issue