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

Commit

Permalink
Merge pull request #145 from comerc/patch-1
Browse files Browse the repository at this point in the history
Fixed VSCode warning for tslint trailing-comma
  • Loading branch information
wmonk authored Aug 22, 2017
2 parents 34d0726 + f140f88 commit d0d5133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"semicolon": [true, "always"],
"switch-default": true,

"trailing-comma": false,
"trailing-comma": [false],

"triple-equals": [ true, "allow-null-check" ],
"typedef": [
Expand Down

0 comments on commit d0d5133

Please sign in to comment.