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": [] }