fix for local functions
This commit is contained in:
parent
414711b51a
commit
62aa41d04e
2
index.js
2
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'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user