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

Commit

Permalink
test: disable broken tslint rule
Browse files Browse the repository at this point in the history
Seems to be related to palantir/tslint#3929 (comment)
  • Loading branch information
moranje committed Oct 27, 2018
1 parent 516b87a commit 1b0a86f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tslint.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"tslint-config-standard",
"tslint-config-prettier"
]
}
"extends": ["tslint-config-standard", "tslint-config-prettier", "tslint-clean-code"],
"rules": {
"no-floating-promises": false
}
}

0 comments on commit 1b0a86f

Please sign in to comment.