Skip to content

Commit

Permalink
Docs: remove trailing comma from sample .eslintc.json in README (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
davej authored and mysticatea committed Jul 20, 2018
1 parent a589060 commit ef0f103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -30,7 +30,7 @@ $ npm install --save-dev eslint eslint-plugin-node
"node/prefer-global/console": ["error", "always"],
"node/prefer-global/process": ["error", "always"],
"node/prefer-global/url-search-params": ["error", "always"],
"node/prefer-global/url": ["error", "always"],
"node/prefer-global/url": ["error", "always"]
}
}
```
Expand Down

0 comments on commit ef0f103

Please sign in to comment.