Skip to content

Commit

Permalink
fix(vue): disable vue/no-dupe-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 23, 2023
1 parent f97f7ef commit bb09e1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-vue/index.js
Expand Up @@ -36,6 +36,7 @@ module.exports = {
'vue/multi-word-component-names': 'off',
'vue/prefer-import-from-vue': 'off',
'vue/no-v-text-v-html-on-component': 'off',
'vue/no-dupe-keys': 'off',

// reactivity transform
'vue/no-setup-props-destructure': 'off',
Expand Down

0 comments on commit bb09e1d

Please sign in to comment.