From ca4e3315f15ba7b5babd4d7940cb94c7fc53d875 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Fri, 23 Oct 2015 23:21:47 -0700 Subject: [PATCH] tweak arrow-parens eslint setting --- .eslintrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index a60285c..c7e0b53 100644 --- a/.eslintrc +++ b/.eslintrc @@ -238,8 +238,10 @@ rules: spaced-comment: 1 wrap-regex: 0 - # es6 TODO - arrow-parens: 0 + # es6 + arrow-parens: + - 1 + - as-needed arrow-spacing: 2 no-var: 2 prefer-arrow-callback: 1