Require semicolons in tslint
This commit is contained in:
parent
c970512365
commit
4ef1c1151f
|
@ -16,6 +16,7 @@
|
|||
}
|
||||
],
|
||||
"prefer-template": true,
|
||||
"semicolon": true,
|
||||
"space-before-function-paren": false,
|
||||
"whitespace": [
|
||||
true,
|
||||
|
|
Loading…
Reference in a new issue