From f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 9 May 2020 16:19:09 +0900 Subject: [PATCH] chore(lint): Update rule --- tslint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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": [] }