Skip to content

Commit

Permalink
disable lang check
Browse files Browse the repository at this point in the history
  • Loading branch information
benalleng committed Feb 19, 2024
1 parent 98f7d3a commit 0445234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 0445234

Please sign in to comment.