mirror of
https://gitea.com/actions/setup-android.git
synced 2024-11-23 01:43:50 +08:00
Don't eslint warn about English text in string literals
This commit is contained in:
parent
4113fd9036
commit
423241b186
@ -44,7 +44,7 @@
|
||||
"semi": "off",
|
||||
"@typescript-eslint/semi": ["error", "never"],
|
||||
"@typescript-eslint/type-annotation-spacing": "error",
|
||||
"i18n-text/no-en": "warn",
|
||||
"i18n-text/no-en": "off",
|
||||
"@typescript-eslint/unbound-method": "error"
|
||||
},
|
||||
"env": {
|
||||
|
Loading…
Reference in New Issue
Block a user