summaryrefslogtreecommitdiff
path: root/tslint.json
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2020-05-10 16:30:33 +0900
committersyuilo <syuilotan@yahoo.co.jp>2020-05-10 16:30:33 +0900
commitc01210d4fecf812a6a72b26f077401b8a1dd73a8 (patch)
tree5808c7085e4c3386af95ec70e21d1aa8cd15b198 /tslint.json
parentfeat(client): Implement threaded replies (diff)
downloadsharkey-c01210d4fecf812a6a72b26f077401b8a1dd73a8.tar.gz
sharkey-c01210d4fecf812a6a72b26f077401b8a1dd73a8.tar.bz2
sharkey-c01210d4fecf812a6a72b26f077401b8a1dd73a8.zip
chore(lint): Add semicolon 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 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": []
}