switch indentation
This commit is contained in:
parent
31f6c15c86
commit
4ef43b925f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ module.exports = {
|
|||
'svelte3/typescript': require('typescript'),
|
||||
},
|
||||
rules: {
|
||||
indent: ['error', 2],
|
||||
indent: ['error', 2, { 'SwitchCase': 1 }],
|
||||
semi: ['error', 'always'],
|
||||
'comma-dangle': [
|
||||
'error',
|
||||
|
|
|
|||
Loading…
Reference in a new issue