fix: update

This commit is contained in:
Anthony Fu
2020-01-30 16:08:22 +08:00
parent faa9b11d52
commit ce7f9ec968
2 changed files with 8229 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ module.exports = {
'no-spaced-func': 'error',
'object-curly-spacing': ['error', 'always'],
'no-return-await': 'off',
'space-before-function-paren': ['error', 'never'],
// es6
'no-var': 'error',