mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-21 23:53:52 +00:00
chore: enforce block-order in components
script before template before style.
This commit is contained in:
parent
89181fdc71
commit
fa4a95fdc2
|
@ -61,6 +61,12 @@ export default [
|
|||
],
|
||||
'vue/define-emits-declaration': ['error'],
|
||||
'vue/enforce-style-attribute': ['error'],
|
||||
'vue/block-order': [
|
||||
'error',
|
||||
{
|
||||
order: ['script', 'template', 'style'],
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user