Skip to content

Commit

Permalink
Disable linter for i18n (as instructed by GitHub)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotdoom committed Oct 16, 2022
1 parent 00a77ea commit 01e3384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"project": "./tsconfig.json"
},
"rules": {
"i18n-text/no-en": "off",
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"no-unused-vars": "off",
Expand Down Expand Up @@ -51,4 +52,4 @@
"es6": true,
"jest/globals": true
}
}
}

0 comments on commit 01e3384

Please sign in to comment.