chore: Flip PascalCase rule to apply to all components

This commit is contained in:
Matthias 2024-07-05 12:32:00 +02:00
parent 35b5280439
commit 09d3239c53

View File

@ -49,7 +49,7 @@ export default [
'vue/component-name-in-template-casing': [ 'vue/component-name-in-template-casing': [
'error', 'error',
'PascalCase', 'PascalCase',
{ registeredComponentsOnly: true }, { registeredComponentsOnly: false, ignores: ['/i-mdi-.*/'] },
], ],
}, },
}, },