eslint: remove deprecated babel/arrow-parens (#953)

This commit is contained in:
bananaappletw 2017-03-28 02:26:09 -05:00 committed by jongleberry
parent 87036857e6
commit efb05d2836

View file

@ -8,9 +8,7 @@ plugins: [
] ]
rules: rules:
arrow-parens: 0 arrow-parens: [2, as-needed]
babel/arrow-parens: [2, "as-needed"]
eqeqeq: 0 eqeqeq: 0
no-return-assign: 0 # fails for arrow functions no-return-assign: 0 # fails for arrow functions
no-var: 2 no-var: 2