fix: no-spaced-func was deprecated in v3.3.0 (#57)

This commit is contained in:
JserWang 2021-04-26 10:21:39 +08:00 committed by GitHub
parent 6646d1c08c
commit c968eccbcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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