mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-22 09:56:23 +01:00
Disable @intlify/vue-i18n/no-deprecated-tc eslint rule as it does not apply to Vue 2 (#5249)
This commit is contained in:
parent
93851f559e
commit
0050909045
@ -112,6 +112,9 @@ module.exports = {
|
||||
ignoreText: ['-', '•', '/', 'YouTube', 'Invidious', 'FreeTube']
|
||||
}
|
||||
],
|
||||
// Only applicable when we upgrade to Vue 3 and vue-i18n 9+
|
||||
'@intlify/vue-i18n/no-deprecated-tc': 'off',
|
||||
|
||||
'vue/require-explicit-emits': 'error',
|
||||
'vue/no-unused-emit-declarations': 'error',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user