From c638918baa3465d3590ecf47322337e9c505b958 Mon Sep 17 00:00:00 2001 From: Jordan Ellis Date: Thu, 10 Jan 2019 20:39:51 -0800 Subject: [PATCH] tslint error... --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index edda9eb..5381283 100644 --- a/tslint.json +++ b/tslint.json @@ -10,7 +10,8 @@ "no-shadowed-variable": false, "ordered-imports": false, "no-string-literal": false, - "no-bitwise": false + "no-bitwise": false, + "function-constructor": false }, "rulesDirectory": [] } \ No newline at end of file