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"
|
- [ ] "adjacent-overload-signatures"
|
||||||
- [ ] "array-type"
|
- [ ] "array-type"
|
||||||
- [ ] "await-thenable"
|
- [X] "await-thenable"
|
||||||
- [ ] "ban-ts-comment"
|
- [ ] "ban-ts-comment"
|
||||||
- [ ] "ban-ts-ignore"
|
- [ ] "ban-ts-ignore"
|
||||||
- [ ] "ban-types"
|
- [ ] "ban-types"
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
{
|
{
|
||||||
|
"@typescript-eslint/await-thenable": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"@typescript-eslint/indent": [
|
"@typescript-eslint/indent": [
|
||||||
"error",
|
"error",
|
||||||
"tab",
|
"tab",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user