Skip to content

Commit 5440ded

Browse files
[ESLint] warn instead of error about English text in string literals
1 parent e94bbf6 commit 5440ded

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
@@ -44,6 +44,7 @@
4444
"semi": "off",
4545
"@typescript-eslint/semi": ["error", "never"],
4646
"@typescript-eslint/type-annotation-spacing": "error",
47+
"i18n-text/no-en": "warn",
4748
"@typescript-eslint/unbound-method": "error"
4849
},
4950
"env": {

0 commit comments

Comments
 (0)