tslint: Enable semicolon

Not really necessary, but it's nice if code is consistently formatted.
This commit is contained in:
Simon Marchi 2018-07-18 11:14:39 -04:00
commit f6f071ccb8
9 changed files with 37 additions and 38 deletions

View file

@ -34,7 +34,6 @@
"ordered-imports": false,
"quotemark": false,
"radix": false,
"semicolon": false,
"space-before-function-paren": false,
"trailing-comma": false,
"triple-equals": false,