From fb50cd7b9357c1b38110354368e9286d67576eef Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 23 May 2016 14:11:32 -0400 Subject: [PATCH] Remove the no-else-return rule from the eslintrc --- eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/eslintrc b/eslintrc index ca66193..d7a9cba 100644 --- a/eslintrc +++ b/eslintrc @@ -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" ],