Skip to content
Snippets Groups Projects
Commit cff59ce2 authored by dakkar's avatar dakkar
Browse files

use `en-US` translations for linting

parent 6a3dc40c
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment