From d3152badbbdc20f268184de6d29b9292b4ae04b9 Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Wed, 13 Oct 2021 08:45:14 -0400 Subject: [PATCH] Add missing lint rule --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) 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",