From c9570ec833ea103faa951f6aeaabde1702f372b5 Mon Sep 17 00:00:00 2001 From: Alexander Lichter Date: Wed, 9 Jan 2019 15:15:57 +0000 Subject: [PATCH] docs: remove trailing commas --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32fd044..fe3d19f 100755 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ export default { VueLogo, SVGOLogo, WebpackLogo, - }, + } }; ``` @@ -89,7 +89,7 @@ export default { svgLoader: { svgoConfig: { plugins: [ - { prefixIds: false }, // Disables prefixing for SVG IDs + { prefixIds: false } // Disables prefixing for SVG IDs ] } }