From 3523f2d53833a1acefff71968718a9708912bb8b Mon Sep 17 00:00:00 2001 From: 8398a7 <8398a7@gmail.com> Date: Mon, 22 Aug 2022 01:38:12 +0900 Subject: [PATCH] [#218] [eslint] disable i18n-text/no-en --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index b109c10b..51d1ffe3 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ "rules": { "eslint-comments/no-use": "off", "import/no-namespace": "off", + "i18n-text/no-en": "off", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": "error", "@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],