Skip to content

Commit

Permalink
[#218] [eslint] disable i18n-text/no-en
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Aug 21, 2022
1 parent 89ea8b6 commit 3523f2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"rules": {
"eslint-comments/no-use": "off",
"import/no-namespace": "off",
"i18n-text/no-en": "off",
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/explicit-member-accessibility": ["error", {"accessibility": "no-public"}],
Expand Down

0 comments on commit 3523f2d

Please sign in to comment.