allow arrow functions outside callbacks in ESLint

This commit is contained in:
Omer Ganim 2016-05-01 17:36:48 +03:00
parent a97dff52f4
commit bcf9fa866b
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"plugins": ["lodash", "wix-editor"],
"rules": {
"semi": [2, "always"],
"func-style": [2, "declaration", {"allowArrowFunctions": true}],
"prefer-spread": 0,
"prefer-template": 0,
"consistent-return": 0,