@ -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',
};