mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
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:
@@ -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": {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user