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

8228
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -54,6 +54,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', 'never'],
// es6 // es6
'no-var': 'error', 'no-var': 'error',