From 53ccb83a77eb944e5f06107cf72f974212bed585 Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Wed, 9 Mar 2016 21:29:09 +0100 Subject: [PATCH] docs(README): fix malformed json --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e5fb7b8423..d1857062cb 100755 --- a/README.md +++ b/README.md @@ -39,12 +39,8 @@ Add these keys to your `.eslintrc.json` file: ```json { - "plugins": [ - "meteor" - ], - "extends": [ - "plugin:meteor/recommended", - ] + "plugins": ["meteor"], + "extends": ["plugin:meteor/recommended"] } ```