diff --git a/tslint.json b/tslint.json index 6316d5435..e0ca176f6 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": [] }