From 04452341d580e67d5b4b5b87b99456f78db0ce6c Mon Sep 17 00:00:00 2001 From: benalleng Date: Mon, 19 Feb 2024 01:18:57 -0500 Subject: [PATCH] disable lang check --- .eslintrc.cjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 547db19c..51de8b5a 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -24,14 +24,14 @@ module.exports = { { files: ['src/i18n/**/translations.ts'], // Specify the path pattern for the files you want to apply the rule to rules: { - "internal-rules/check-i18n-keys": "warn" + "internal-rules/check-i18n-keys": "off" } }, ], parser: "@typescript-eslint/parser", parserOptions: { tsconfigRootDir: "./", - //project: "tsconfig.json", + project: "tsconfig.json", ecmaVersion: "latest", sourceType: "module", ecmaFeatures: {