chore: eslint config
This commit is contained in:
@@ -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',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user