mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 10:38:56 +08:00
chore: merge duplicate property declarations (#7417)
This commit is contained in:
parent
4a48bfc66b
commit
c25736d57d
@ -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…
Reference in New Issue
Block a user