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: {