We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f60242 commit 84fe251Copy full SHA for 84fe251
tslint.json
@@ -1,3 +1,6 @@
1
{
2
- "extends": ["@sourcegraph/tslint-config"]
+ "extends": ["@sourcegraph/tslint-config"],
3
+ "rules": {
4
+ "await-promise": [true, "Thenable"]
5
+ }
6
}
0 commit comments