eslint: add prefer-arrow-callback

master
jongleberry 2015-11-02 11:25:12 -08:00
parent 4b1a1da652
commit ad6f752cff
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ rules:
arrow-parens: [2, "as-needed"]
arrow-spacing: 2
dot-location: [2, "property"]
prefer-arrow-callback: 2