From: Raymond Young Date: Thu, 28 Dec 2017 02:13:51 +0000 (-0800) Subject: remove comma after last element in array. was throwing syntax error X-Git-Tag: v6.6.0~3^2~330^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10825%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git remove comma after last element in array. was throwing syntax error --- diff --git a/.babelrc b/.babelrc index b673dfc05..c501d42ac 100644 --- a/.babelrc +++ b/.babelrc @@ -7,7 +7,7 @@ "transform-es2015-destructuring", "transform-es2015-template-literals", "transform-es2015-parameters", - "transform-es2015-shorthand-properties", - "transform-es2015-spread", + "transform-es2015-shorthand-properties", + "transform-es2015-spread" ] }