docs(README): fix malformed json

This commit is contained in:
Dominik Ferber
2016-03-09 21:29:09 +01:00
parent ac4aa7fda8
commit 53ccb83a77

View File

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