Remove the no-else-return rule from the eslintrc

This commit is contained in:
Kevin MacMartin 2016-05-23 14:11:32 -04:00
parent bb4c3c0220
commit fb50cd7b93

View file

@ -37,7 +37,6 @@
"no-alert": [ "warn" ],
"no-case-declarations": [ "warn" ],
"no-div-regex": [ "warn" ],
"no-else-return": [ "warn" ],
"no-empty-function": [ "warn" ],
"no-empty-pattern": [ "warn" ],
"no-eq-null": [ "warn" ],