Browse Source

chore: merge duplicate property declarations (#7417)

pull/7514/head
ashu-guo 7 months ago committed by GitHub
parent
commit
c25736d57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .eslintrc.js

4
.eslintrc.js

@ -27,6 +27,7 @@ module.exports = {
// ],
plugins: ['markdown', 'jest', '@typescript-eslint', 'import'],
globals: {
h: true,
defineProps: 'readonly',
},
overrides: [
@ -108,7 +109,4 @@ module.exports = {
],
'vue/multi-word-component-names': 'off',
},
globals: {
h: true,
},
};

Loading…
Cancel
Save