fix(vue): disable vue/no-dupe-keys

This commit is contained in:
Anthony Fu 2023-05-23 13:39:17 +02:00
parent f97f7ef7de
commit bb09e1d6b4

View File

@ -36,6 +36,7 @@ module.exports = {
'vue/multi-word-component-names': 'off', 'vue/multi-word-component-names': 'off',
'vue/prefer-import-from-vue': 'off', 'vue/prefer-import-from-vue': 'off',
'vue/no-v-text-v-html-on-component': 'off', 'vue/no-v-text-v-html-on-component': 'off',
'vue/no-dupe-keys': 'off',
// reactivity transform // reactivity transform
'vue/no-setup-props-destructure': 'off', 'vue/no-setup-props-destructure': 'off',