Skip to content

Commit 84fe251

Browse files
committed
Thenable is a Promise
1 parent 7f60242 commit 84fe251

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tslint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"extends": ["@sourcegraph/tslint-config"]
2+
"extends": ["@sourcegraph/tslint-config"],
3+
"rules": {
4+
"await-promise": [true, "Thenable"]
5+
}
36
}

0 commit comments

Comments
 (0)