switch indentation

This commit is contained in:
Jon McClure 2023-07-30 13:22:08 +01:00
parent 31f6c15c86
commit 4ef43b925f

View file

@ -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',