Skip to content

Commit 246426c

Browse files
committed
chore: bring tslint in line with prettier
1 parent 7fedc30 commit 246426c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tslint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"prefer-const": true,
5252
"quotemark": [true, "single"],
5353
"radix": true,
54-
"semicolon": [true, "always"],
54+
"semicolon": [true, "never"],
5555
"triple-equals": [true, "allow-null-check"],
5656
"typedef-whitespace": [
5757
true,

0 commit comments

Comments
 (0)