mirror of
https://gitea.com/actions/setup-android.git
synced 2025-12-10 10:29:05 +00:00
Don't eslint warn about English text in string literals
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
"semi": "off",
|
"semi": "off",
|
||||||
"@typescript-eslint/semi": ["error", "never"],
|
"@typescript-eslint/semi": ["error", "never"],
|
||||||
"@typescript-eslint/type-annotation-spacing": "error",
|
"@typescript-eslint/type-annotation-spacing": "error",
|
||||||
"i18n-text/no-en": "warn",
|
"i18n-text/no-en": "off",
|
||||||
"@typescript-eslint/unbound-method": "error"
|
"@typescript-eslint/unbound-method": "error"
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
|
|||||||
Reference in New Issue
Block a user