mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -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",
|
"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": {
|
||||||
|
|
Loading…
Reference in a new issue