Require semicolons in tslint

This commit is contained in:
Nick Krichevsky 2018-06-24 19:28:42 -04:00
parent c970512365
commit 4ef1c1151f

View file

@ -16,6 +16,7 @@
}
],
"prefer-template": true,
"semicolon": true,
"space-before-function-paren": false,
"whitespace": [
true,