diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-05-10 16:30:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-05-10 16:30:33 +0900 |
| commit | c01210d4fecf812a6a72b26f077401b8a1dd73a8 (patch) | |
| tree | 5808c7085e4c3386af95ec70e21d1aa8cd15b198 /tslint.json | |
| parent | feat(client): Implement threaded replies (diff) | |
| download | sharkey-c01210d4fecf812a6a72b26f077401b8a1dd73a8.tar.gz sharkey-c01210d4fecf812a6a72b26f077401b8a1dd73a8.tar.bz2 sharkey-c01210d4fecf812a6a72b26f077401b8a1dd73a8.zip | |
chore(lint): Add semicolon 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 6316d5435c..e0ca176f68 100644 --- a/tslint.json +++ b/tslint.json @@ -64,7 +64,8 @@ "no-hardcoded-credentials": false, "no-nested-switch": false, "unified-signatures": false, - "no-all-duplicated-branches": false + "no-all-duplicated-branches": false, + "semicolon": [true, "always"] }, "rulesDirectory": [] } |