feat(typescript): Rule "await-thenable"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
8618ceaeeb
commit
ccd4019140
@ -328,7 +328,7 @@
|
||||
|
||||
- [ ] "adjacent-overload-signatures"
|
||||
- [ ] "array-type"
|
||||
- [ ] "await-thenable"
|
||||
- [X] "await-thenable"
|
||||
- [ ] "ban-ts-comment"
|
||||
- [ ] "ban-ts-ignore"
|
||||
- [ ] "ban-types"
|
||||
|
@ -1,4 +1,7 @@
|
||||
{
|
||||
"@typescript-eslint/await-thenable": [
|
||||
"error"
|
||||
],
|
||||
"@typescript-eslint/indent": [
|
||||
"error",
|
||||
"tab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user