Don't require a default case in switch statements

This commit is contained in:
Kevin MacMartin 2016-05-17 23:15:56 -04:00
parent d13004e775
commit 9092bfe371

View file

@ -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" ],