Skip to content

Commit

Permalink
Fixed VSCode warning for tslint trailing-comma
Browse files Browse the repository at this point in the history
Incorrect type. Expected "array"
  • Loading branch information
comerc committed Aug 20, 2017
1 parent 34d0726 commit f140f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-scripts/template/tslint.json
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 f140f88

Please sign in to comment.