Skip to content

Commit

Permalink
feat: Add no-floating-promises (#10)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This adds the stricter rule for floating promises
and this may break some builds. To disable the rule, overwrite the
rule and set it to `false`.
  • Loading branch information
petermanser authored and buehler committed May 22, 2019
1 parent 0fa20c4 commit 941b200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"singleline": "never",
"esSpecCompliant": true
}
]
],
"no-floating-promises"
}
}

0 comments on commit 941b200

Please sign in to comment.