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"] } ```