chore: merge duplicate property declarations (#7417)
parent
4a48bfc66b
commit
c25736d57d
|
@ -27,6 +27,7 @@ module.exports = {
|
||||||
// ],
|
// ],
|
||||||
plugins: ['markdown', 'jest', '@typescript-eslint', 'import'],
|
plugins: ['markdown', 'jest', '@typescript-eslint', 'import'],
|
||||||
globals: {
|
globals: {
|
||||||
|
h: true,
|
||||||
defineProps: 'readonly',
|
defineProps: 'readonly',
|
||||||
},
|
},
|
||||||
overrides: [
|
overrides: [
|
||||||
|
@ -108,7 +109,4 @@ module.exports = {
|
||||||
],
|
],
|
||||||
'vue/multi-word-component-names': 'off',
|
'vue/multi-word-component-names': 'off',
|
||||||
},
|
},
|
||||||
globals: {
|
|
||||||
h: true,
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue