summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-09 16:19:09 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-09 16:19:09 +0900
commitf1417c6bb1f61b6e7b3af32e0dc9bb53139181fa (patch)
tree3e9c79b19b85ea31bb41c4070ae2e01ec2f93413 /tslint.json
parentrefactor(client): Remove deprecated property (diff)
downloadsharkey-f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa.tar.gz
sharkey-f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa.tar.bz2
sharkey-f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa.zip
chore(lint): Update rule
Diffstat (limited to 'tslint.json')
-rw-r--r--tslint.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tslint.json b/tslint.json
index 4a072b4ffe..6316d5435c 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": []
}