diff --git a/eslint.config.ts b/eslint.config.ts index b083cd5..5b98fd1 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -33,7 +33,7 @@ export default defineConfigWithVueTs( }, ], 'comma-spacing': ['error', { before: false, after: true }], - indent: ['error', 2, { SwitchCase: 1 }], + indent: 'off', 'key-spacing': [ 'error', {