diff --git a/tslint.json b/tslint.json index 1264f2b5cf0..a1d03a430f6 100644 --- a/tslint.json +++ b/tslint.json @@ -10,6 +10,7 @@ "curly": true, "class-name": true, "semicolon": [ + true, "always" ], "triple-equals": true, @@ -430,4 +431,4 @@ "duplicate-imports": true, "translation-remind": true } -} \ No newline at end of file +}