mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[ESLint] warn instead of error about English text in string literals
This commit is contained in:
parent
e94bbf69b5
commit
5440ded976
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@
|
|||
"semi": "off",
|
||||
"@typescript-eslint/semi": ["error", "never"],
|
||||
"@typescript-eslint/type-annotation-spacing": "error",
|
||||
"i18n-text/no-en": "warn",
|
||||
"@typescript-eslint/unbound-method": "error"
|
||||
},
|
||||
"env": {
|
||||
|
|
Loading…
Reference in a new issue