From 5862494282e3b8cdbca31c9e2654f61d00100da7 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Tue, 16 Jan 2018 13:04:26 +0000 Subject: [PATCH] Fixed trailing comma --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 1e18f52461..866b253dd2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -66,7 +66,7 @@ "space-in-parens": [ "error", "never" ], "space-infix-ops": [ "error", { "int32Hint": true } ], "wrap-regex": "error", - "spaced-comment": [ "error", "always", { "block": { "balanced": true }} ], + "spaced-comment": [ "error", "always", { "block": { "balanced": true }} ] } } \ No newline at end of file