Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Commit 1b0a86f

Browse files
committed
test: disable broken tslint rule
Seems to be related to palantir/tslint#3929 (comment)
1 parent 516b87a commit 1b0a86f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tslint.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"extends": [
3-
"tslint-config-standard",
4-
"tslint-config-prettier"
5-
]
6-
}
2+
"extends": ["tslint-config-standard", "tslint-config-prettier", "tslint-clean-code"],
3+
"rules": {
4+
"no-floating-promises": false
5+
}
6+
}

0 commit comments

Comments
 (0)