diff --git a/tslint.json b/tslint.json index 4a072b4ff..6316d5435 100644 --- a/tslint.json +++ b/tslint.json @@ -63,7 +63,8 @@ "no-useless-cast": false, "no-hardcoded-credentials": false, "no-nested-switch": false, - "unified-signatures": false + "unified-signatures": false, + "no-all-duplicated-branches": false }, "rulesDirectory": [] }