fix for local functions

This commit is contained in:
Timo Hocker 2020-01-03 19:01:46 +01:00
parent 414711b51a
commit 62aa41d04e

View File

@ -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'],