Skip to content

Commit d7cd347

Browse files
committed
fix(tslint): fix no-trailing-comma
1 parent e4305e8 commit d7cd347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/client/tslint.json(ts)

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"no-shadowed-variable": true,
2828
"no-string-literal": true,
2929
"no-switch-case-fall-through": true,
30-
"no-trailing-comma": true,
3130
"no-trailing-whitespace": true,
3231
"no-unused-expression": true,
3332
"no-unused-variable": true,
@@ -42,6 +41,7 @@
4241
"quotemark": [true, "single"],
4342
"radix": true,
4443
"semicolon": true,
44+
"trailing-comma": false,
4545
"triple-equals": [true, "allow-null-check"],
4646
"typedef-whitespace": [true, {
4747
"call-signature": "nospace",

0 commit comments

Comments
 (0)