From 5440ded976ec37d2693bc1bbd46aadd929f322ce Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Fri, 22 Apr 2022 06:24:03 +0300 Subject: [PATCH] [ESLint] warn instead of error about English text in string literals --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 1a8e951..15ad836 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -44,6 +44,7 @@ "semi": "off", "@typescript-eslint/semi": ["error", "never"], "@typescript-eslint/type-annotation-spacing": "error", + "i18n-text/no-en": "warn", "@typescript-eslint/unbound-method": "error" }, "env": {