Skip to content

Commit

Permalink
Updated i18 eslint rule as warn
Browse files Browse the repository at this point in the history
  • Loading branch information
praneshg239 committed Jan 13, 2025
1 parent ea31758 commit 4e334a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"jsx-a11y/click-events-have-key-events": "warn",
"jsx-a11y/no-autofocus": "warn",

/*
* It is a temporary change.
* It will be updated as "error" after fixing all the components.
*/
"i18next/no-literal-string": "warn",

"@typescript-eslint/no-unused-vars": [
"error",
{
Expand Down

0 comments on commit 4e334a8

Please sign in to comment.