diff --git a/.eslintrc.json b/.eslintrc.json index 1a8e951..71ee545 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,6 +8,7 @@ "project": "./tsconfig.json" }, "rules": { + "i18n-text/no-en": "off", "eslint-comments/no-use": "off", "import/no-namespace": "off", "no-unused-vars": "off",