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