eslint: remove deprecated babel/arrow-parens (#953)
This commit is contained in:
parent
87036857e6
commit
efb05d2836
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue