chore: update

This commit is contained in:
Anthony Fu 2020-10-21 14:49:38 +08:00
parent 4c35e1bbb8
commit 33b93946af

View File

@ -38,11 +38,7 @@ module.exports = {
'no-cond-assign': ['error', 'always'],
'func-call-spacing': ['off', 'never'],
'key-spacing': ['error', { beforeColon: false, afterColon: true }],
indent: [
'error',
2,
{ SwitchCase: 1, VariableDeclarator: 1, outerIIFEBody: 1 },
],
indent: [ 'error', 2, { SwitchCase: 1, VariableDeclarator: 1, outerIIFEBody: 1 } ],
'no-restricted-syntax': [
'error',
'DebuggerStatement',