diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-05-09 16:19:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-05-09 16:19:09 +0900 |
| commit | f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa (patch) | |
| tree | 3e9c79b19b85ea31bb41c4070ae2e01ec2f93413 /tslint.json | |
| parent | refactor(client): Remove deprecated property (diff) | |
| download | sharkey-f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa.tar.gz sharkey-f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa.tar.bz2 sharkey-f1417c6bb1f61b6e7b3af32e0dc9bb53139181fa.zip | |
chore(lint): Update rule
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 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": [] } |