fix: no-spaced-func
was deprecated in v3.3.0 (#57)
This commit is contained in:
parent
6646d1c08c
commit
c968eccbcd
@ -106,7 +106,6 @@ module.exports = {
|
||||
'LabeledStatement',
|
||||
'WithStatement',
|
||||
],
|
||||
'no-spaced-func': 'error',
|
||||
'object-curly-spacing': ['error', 'always'],
|
||||
'no-return-await': 'off',
|
||||
'space-before-function-paren': ['error', 'never'],
|
||||
|
Loading…
Reference in New Issue
Block a user