diff options
Diffstat (limited to 'tslint.json')
| -rw-r--r-- | tslint.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json index 733c291f3c..4a072b4ffe 100644 --- a/tslint.json +++ b/tslint.json @@ -61,7 +61,9 @@ "no-duplicated-branches": false, "no-identical-conditions": false, "no-useless-cast": false, - "no-hardcoded-credentials": false + "no-hardcoded-credentials": false, + "no-nested-switch": false, + "unified-signatures": false }, "rulesDirectory": [] } |