From 3b80c9303710f09631d79e4e47cde903fd9c63cf Mon Sep 17 00:00:00 2001 From: gautamjajoo Date: Fri, 27 Aug 2021 11:54:35 +0530 Subject: [PATCH] add param --- frontend_v2/tslint.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend_v2/tslint.json b/frontend_v2/tslint.json index f42439636f..2c7cc88920 100644 --- a/frontend_v2/tslint.json +++ b/frontend_v2/tslint.json @@ -36,6 +36,7 @@ "no-switch-case-fall-through": true, "no-unnecessary-initializer": true, "no-unused-expression": true, + "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "prefer-const": true,