Skip to content

Commit

Permalink
feat(i18n): disable no-literal-string lint rule for __workshop__
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpetty authored and bjoerge committed Oct 23, 2023
1 parent e96b449 commit 331f266
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rules": {
"no-nested-ternary": "off"
"no-nested-ternary": "off",
"i18next/no-literal-string": "off"
}
}

0 comments on commit 331f266

Please sign in to comment.