Skip to content

Commit 21aad6a

Browse files
authored
Merge pull request mgechev#1288 from robstoll/patch-1
fix wrong type
2 parents 75e5bc1 + eb2c4f0 commit 21aad6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"check-whitespace"
3030
],
3131
"quotemark": [true, "single"],
32-
"semicolon": true,
32+
"semicolon": [true, "always"],
3333
"trailing-comma": true,
3434
"triple-equals": true,
3535
"variable-name": false,

0 commit comments

Comments
 (0)