From e31d2bead69115ec77f626785f79afdf6223fabe Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Sun, 15 Sep 2019 17:12:29 -0400 Subject: [PATCH] Disabled no-use-before-declare --- tslint.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tslint.json b/tslint.json index 59247a1..605fc5c 100644 --- a/tslint.json +++ b/tslint.json @@ -4,5 +4,8 @@ "exclude": [ "./node_modules/**/*" ] + }, + "rules": { + "no-use-before-declare": false } }