diff --git a/tslint.json b/tslint.json
index 5de5cf89..f1048f51 100644
--- a/tslint.json
+++ b/tslint.json
@@ -22,6 +22,7 @@
     "no-bitwise": false,
     "interface-over-type-literal": false,
     "interface-name": false,
-    "no-submodule-imports": false
+    "no-submodule-imports": false,
+    "no-floating-promises": true
   }
 }