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