chore: update

This commit is contained in:
Anthony Fu 2020-10-21 15:09:11 +08:00
parent a3dd80c160
commit 4cc878512b

View File

@ -49,7 +49,7 @@ module.exports = {
'no-spaced-func': 'error', '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', 'space-before-function-paren': ['error', 'never'],
// es6 // es6
'no-var': 'error', 'no-var': 'error',