From 44ceab58507df0a0501afe15c8484558e6d68344 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 19 Mar 2019 07:52:06 -0700 Subject: [PATCH] In a world with types, consistent-return is less important --- .eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 68704c75..02148fe0 100644 --- a/.eslintrc +++ b/.eslintrc @@ -48,7 +48,6 @@ ], "block-scoped-var": "warn", "camelcase": "error", - "consistent-return": "warn", "constructor-super": "error", "dot-notation": "error", "eqeqeq": ["error", "smart"],