chore: eslint config
parent
240e2af532
commit
73a580af70
|
@ -8,6 +8,7 @@ module.exports = antfu(
|
||||||
'node/prefer-global/process': 'off',
|
'node/prefer-global/process': 'off',
|
||||||
'vue/custom-event-name-casing': 'off',
|
'vue/custom-event-name-casing': 'off',
|
||||||
'vue/component-name-in-template-casing': 'off',
|
'vue/component-name-in-template-casing': 'off',
|
||||||
|
'vue/require-toggle-inside-transition': 'off',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
unocss.configs.flat,
|
unocss.configs.flat,
|
||||||
|
|
Loading…
Reference in New Issue