chore: Ensure new components use lang=ts

This commit is contained in:
Matthias 2024-07-20 11:06:59 +02:00
parent 13a54d8ac4
commit 3279fd5bab

View File

@ -51,6 +51,14 @@ export default [
'PascalCase',
{ registeredComponentsOnly: false, ignores: ['/i-mdi-.*/'] },
],
'vue/block-lang': [
'error',
{
script: {
lang: 'ts',
},
},
],
},
},
];