Skip to content
This repository was archived by the owner on Jan 26, 2019. It is now read-only.

Commit d0d5133

Browse files
authored
Merge pull request #145 from comerc/patch-1
Fixed VSCode warning for tslint trailing-comma
2 parents 34d0726 + f140f88 commit d0d5133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/template/tslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"semicolon": [true, "always"],
6767
"switch-default": true,
6868

69-
"trailing-comma": false,
69+
"trailing-comma": [false],
7070

7171
"triple-equals": [ true, "allow-null-check" ],
7272
"typedef": [

0 commit comments

Comments
 (0)