chore: update
This commit is contained in:
parent
4c35e1bbb8
commit
33b93946af
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user