use en-US translations for linting

This commit is contained in:
dakkar 2024-10-20 12:12:23 +01:00
parent 6a3dc40c31
commit cff59ce2aa
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ export default [
},
},
rules: {
'sharkey/locale': ['error', buildLocales()['ja-JP']],
'sharkey/locale': ['error', buildLocales()['en-US']],
'@typescript-eslint/no-empty-interface': ['error', {
allowSingleExtends: true,

View file

@ -47,7 +47,7 @@ export default [
},
},
rules: {
'sharkey/locale': ['error', buildLocales()['ja-JP']],
'sharkey/locale': ['error', buildLocales()['en-US']],
'@typescript-eslint/no-empty-interface': ['error', {
allowSingleExtends: true,