chore: eslint config

This commit is contained in:
JiangSheng
2025-12-02 15:14:00 +08:00
parent aac5333174
commit a7757ee85e

View File

@@ -33,7 +33,7 @@ export default defineConfigWithVueTs(
}, },
], ],
'comma-spacing': ['error', { before: false, after: true }], 'comma-spacing': ['error', { before: false, after: true }],
indent: ['error', 2, { SwitchCase: 1 }], indent: 'off',
'key-spacing': [ 'key-spacing': [
'error', 'error',
{ {