fix(eslint): fix i18n issues
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2346>
This commit is contained in:
parent
c362a7fd90
commit
87c456f603
3 changed files with 25 additions and 3 deletions
|
|
@ -38,6 +38,7 @@ module.exports = {
|
|||
'@intlify/vue-i18n/valid-message-syntax': 'error',
|
||||
'@intlify/vue-i18n/no-i18n-t-path-prop': 'error',
|
||||
'@intlify/vue-i18n/no-missing-keys': 'error',
|
||||
'@intlify/vue-i18n/no-dynamic-keys': 'error',
|
||||
'@intlify/vue-i18n/no-unused-keys': ['error', {
|
||||
extensions: ['.ts', '.vue'],
|
||||
enableFix: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue