mirror of
https://github.com/android-actions/setup-android
synced 2024-11-21 21:19:41 -08:00
Don't eslint warn about English text in string literals
This commit is contained in:
parent
4113fd9036
commit
423241b186
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue