eslint bug no-spaced-func
This commit is contained in:
parent
0264c89199
commit
bda3dc8083
1
index.js
1
index.js
@ -147,6 +147,7 @@ module.exports = {
|
||||
'consistent-this': 'error',
|
||||
'eol-last': 'error',
|
||||
'func-call-spacing': ['error', 'always'],
|
||||
'no-spaced-func': 'off',
|
||||
'func-name-matching': ['error', 'always'],
|
||||
'func-names': ['error', 'always'],
|
||||
'func-style': ['error', 'declaration', { allowArrowFunctions: true }],
|
||||
|
Loading…
x
Reference in New Issue
Block a user