mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-25 12:35:15 +00:00
chore: Ensure new components use lang=ts
This commit is contained in:
parent
13a54d8ac4
commit
3279fd5bab
|
@ -51,6 +51,14 @@ export default [
|
|||
'PascalCase',
|
||||
{ registeredComponentsOnly: false, ignores: ['/i-mdi-.*/'] },
|
||||
],
|
||||
'vue/block-lang': [
|
||||
'error',
|
||||
{
|
||||
script: {
|
||||
lang: 'ts',
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user