eslint: add prefer-arrow-callback
This commit is contained in:
parent
4b1a1da652
commit
ad6f752cff
1 changed files with 1 additions and 0 deletions
|
@ -12,3 +12,4 @@ rules:
|
|||
arrow-parens: [2, "as-needed"]
|
||||
arrow-spacing: 2
|
||||
dot-location: [2, "property"]
|
||||
prefer-arrow-callback: 2
|
||||
|
|
Loading…
Reference in a new issue