diff --git a/index.js b/index.js index 5748eb9..d1f7de5 100644 --- a/index.js +++ b/index.js @@ -143,7 +143,7 @@ module.exports = { 'func-call-spacing': ['error', 'always'], 'func-name-matching': ['error', 'always'], 'func-names': ['error', 'always'], - 'func-style': ['error', 'declaration', { allowArrowFunctions: false }], + 'func-style': ['error', 'declaration', { allowArrowFunctions: true }], 'function-call-argument-newline': ['error', 'consistent'], 'function-paren-newline': ['error', 'multiline-arguments'], 'implicit-arrow-linebreak': ['error', 'beside'],