diff options
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index a58b4f1206..7c1f2a6765 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": [] } |