chore: update
This commit is contained in:
parent
4c35e1bbb8
commit
33b93946af
@ -38,11 +38,7 @@ module.exports = {
|
|||||||
'no-cond-assign': ['error', 'always'],
|
'no-cond-assign': ['error', 'always'],
|
||||||
'func-call-spacing': ['off', 'never'],
|
'func-call-spacing': ['off', 'never'],
|
||||||
'key-spacing': ['error', { beforeColon: false, afterColon: true }],
|
'key-spacing': ['error', { beforeColon: false, afterColon: true }],
|
||||||
indent: [
|
indent: [ 'error', 2, { SwitchCase: 1, VariableDeclarator: 1, outerIIFEBody: 1 } ],
|
||||||
'error',
|
|
||||||
2,
|
|
||||||
{ SwitchCase: 1, VariableDeclarator: 1, outerIIFEBody: 1 },
|
|
||||||
],
|
|
||||||
'no-restricted-syntax': [
|
'no-restricted-syntax': [
|
||||||
'error',
|
'error',
|
||||||
'DebuggerStatement',
|
'DebuggerStatement',
|
||||||
|
Loading…
Reference in New Issue
Block a user