From f140f88506400b0339143949581ce4c657b39833 Mon Sep 17 00:00:00 2001 From: comerc Date: Sun, 20 Aug 2017 13:33:08 +0300 Subject: [PATCH] Fixed VSCode warning for tslint trailing-comma Incorrect type. Expected "array" --- packages/react-scripts/template/tslint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-scripts/template/tslint.json b/packages/react-scripts/template/tslint.json index 3339553acfb..eb5d66a020d 100644 --- a/packages/react-scripts/template/tslint.json +++ b/packages/react-scripts/template/tslint.json @@ -66,7 +66,7 @@ "semicolon": [true, "always"], "switch-default": true, - "trailing-comma": false, + "trailing-comma": [false], "triple-equals": [ true, "allow-null-check" ], "typedef": [