Skip to content

Commit aee9a4b

Browse files
committed
chore: disabled no-en eslint rule
1 parent 4a50684 commit aee9a4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc.json

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
"rules": {
1111
"eslint-comments/no-use": "off",
12+
13+
"i18n-text/no-en": "off",
14+
1215
"import/no-namespace": "off",
1316
"no-unused-vars": "off",
1417
"@typescript-eslint/no-unused-vars": "error",

0 commit comments

Comments
 (0)