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

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