Skip to content

Commit

Permalink
Docs: fix comma JSON error on the first example (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopaiva authored and mysticatea committed Nov 27, 2017
1 parent ad1f15a commit d5a8985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ $ npm install --save-dev eslint eslint-plugin-node
"plugins": ["node"],
"extends": ["eslint:recommended", "plugin:node/recommended"],
"rules": {
"node/exports-style": ["error", "module.exports"],
"node/exports-style": ["error", "module.exports"]
}
}
```
Expand Down

0 comments on commit d5a8985

Please sign in to comment.