mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
chore: Flip PascalCase rule to apply to all components
This commit is contained in:
parent
35b5280439
commit
09d3239c53
|
@ -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-.*/'] },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user