Skip to content

Commit db9f5b0

Browse files
committed
Disable i18n-text/no-en rule
It makes no sense for a no-UI GitHub Action and it's breaking automated checks.
1 parent ff2d413 commit db9f5b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.json

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
},
1010
"rules": {
1111
"eslint-comments/no-use": "off",
12+
"i18n-text/no-en": "off",
1213
"import/no-namespace": "off",
1314
"no-unused-vars": "off",
1415
"@typescript-eslint/no-unused-vars": "error",

0 commit comments

Comments
 (0)