Disable @intlify/vue-i18n/no-deprecated-tc eslint rule as it does not apply to Vue 2 (#5249)

This commit is contained in:
absidue 2024-06-10 21:10:53 +02:00 committed by GitHub
parent 93851f559e
commit 0050909045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',
},