chore: add additional eslint rules

This commit is contained in:
Matthias 2024-07-20 11:13:33 +02:00
parent 3279fd5bab
commit 9efbf574ff

View File

@ -59,6 +59,8 @@ export default [
},
},
],
// 'vue/define-emits-declaration': ['error'],
'vue/enforce-style-attribute': ['error'],
},
},
];