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

master
bananaappletw 2017-03-28 02:26:09 -05:00 committed by jongleberry
parent 87036857e6
commit efb05d2836
1 changed files with 1 additions and 3 deletions

View File

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