chore: Add eslint rule for consistent emits style

This commit is contained in:
Matthias 2024-07-20 11:20:53 +02:00
parent 17cd426ca6
commit a44ff57032

View File

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