From bfb3f39e94fd0328202c0cfdc6384ba4473d9568 Mon Sep 17 00:00:00 2001 From: Schuyler Cebulskie Date: Fri, 17 Mar 2017 01:47:50 -0400 Subject: [PATCH] Remove unnecessary options for arrow-parens rule --- .eslintrc.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index bdb7155ce..2b7d1513a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -132,9 +132,7 @@ "unicode-bom": "error", "arrow-body-style": "error", - "arrow-parens": ["error", "as-needed", { - "requireForBlockBody": false - }], + "arrow-parens": ["error", "as-needed"], "arrow-spacing": "error", "no-duplicate-imports": "error", "no-useless-computed-key": "error",