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 committed Oct 19, 2023
1 parent 36d6a9a commit 2c50281
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 2c50281

Please sign in to comment.