]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
remove comma after last element in array. was throwing syntax error 10825/head
authorRaymond Young <ryoung@marqeta.com>
Thu, 28 Dec 2017 02:13:51 +0000 (18:13 -0800)
committerRaymond Young <ryoung@marqeta.com>
Thu, 28 Dec 2017 02:13:51 +0000 (18:13 -0800)
.babelrc

index b673dfc05548202399b56d0b70144957815d9380..c501d42ac057cc78eb084a079269c46c99091fec 100644 (file)
--- 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"
   ]
 }