From ff898b4c207a69f002fac4f54cd9f94151a82288 Mon Sep 17 00:00:00 2001 From: syuilo Date: Wed, 23 Jan 2019 11:55:47 +0900 Subject: [PATCH] Update tslint.json --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tslint.json b/tslint.json index a58b4f120..7c1f2a676 100644 --- a/tslint.json +++ b/tslint.json @@ -57,7 +57,8 @@ "parameters-max-number": false, "no-duplicated-branches": false, "no-identical-conditions": false, - "no-useless-cast": false + "no-useless-cast": false, + "no-hardcoded-credentials": false }, "rulesDirectory": [] }