From dcc0ba8101695352173da0830c7f649fdd1fcd65 Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Thu, 15 Oct 2015 16:52:09 +0200 Subject: [PATCH] docs(README): Change comments markdown syntax from json to js This way the comments in JSON will look nicer on GitHub hopefully. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e4bd719a55..f2debae108 100755 --- a/README.md +++ b/README.md @@ -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": {