From 423241b18611c6978d3352caac40980e8c322f2c Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Tue, 21 Nov 2023 21:35:16 +0200 Subject: [PATCH] Don't eslint warn about English text in string literals --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 15ad836..b925c2b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -44,7 +44,7 @@ "semi": "off", "@typescript-eslint/semi": ["error", "never"], "@typescript-eslint/type-annotation-spacing": "error", - "i18n-text/no-en": "warn", + "i18n-text/no-en": "off", "@typescript-eslint/unbound-method": "error" }, "env": {