From 3eb2dbf61e02a8d9727e30e31a59ef28cb12c51a Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Thu, 2 Aug 2018 10:56:09 -0400 Subject: [PATCH] fix spread operator eslint error --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index fc739a09..120f5a7b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,7 +10,7 @@ ], "parserOptions": { "sourceType": "module", - "ecmaVersion": 2017, + "ecmaVersion": 2018, "ecmaFeatures": { "jsx": true }