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

Commit f140f88

Browse files
authored
Fixed VSCode warning for tslint trailing-comma
Incorrect type. Expected "array"
1 parent 34d0726 commit f140f88

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)