From b0996c4dca5fb67036c6cb9e1fe8ef086801b5c1 Mon Sep 17 00:00:00 2001 From: Nick Redmark Date: Wed, 22 May 2019 14:12:55 +0200 Subject: [PATCH] fix: no-floating-promises (#11) --- tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index fc79656..13ba91e 100644 --- a/tslint.json +++ b/tslint.json @@ -40,6 +40,6 @@ "esSpecCompliant": true } ], - "no-floating-promises" + "no-floating-promises": true } }