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