From e09613a1c0f34ee158fd7181974c6a5d2a191aeb Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Mon, 3 Sep 2018 12:33:20 -0700 Subject: [PATCH] Remove `no-use-before-declare` --- tslint.js | 1 - 1 file changed, 1 deletion(-) diff --git a/tslint.js b/tslint.js index 2fde363..e36ab14 100644 --- a/tslint.js +++ b/tslint.js @@ -34,7 +34,6 @@ module.exports = { 'no-return-await': true, 'no-switch-case-fall-through': true, 'no-unused-expression': [true, 'allow-fast-null-checks', 'allow-tagged-template'], - 'no-use-before-declare': true, 'no-var-keyword': true, 'radix': true, 'space-within-parens': [true, 0],