docs(README): Change comments markdown syntax from json to js

This way the comments in JSON will look nicer on GitHub hopefully.
This commit is contained in:
Dominik Ferber
2015-10-15 16:52:09 +02:00
parent 4d3b6d3253
commit dcc0ba8101

View File

@@ -38,7 +38,7 @@ $ npm install eslint-plugin-meteor
Add `plugins` section and specify ESLint-plugin-Meteor as a plugin.
```json
```js
{
"plugins": [
"meteor"
@@ -49,7 +49,7 @@ Add `plugins` section and specify ESLint-plugin-Meteor as a plugin.
Finally, enable all of the rules that you would like to use.
```json
```js
{
"rules": {