Skip to content

Commit

Permalink
Merge pull request #76 from jleft/update-docs-to-include-missing-esli…
Browse files Browse the repository at this point in the history
…nt-node-dep

Add `eslint-plugin-node` to Usage documentation
  • Loading branch information
feross committed Mar 13, 2017
2 parents df2400a + 9b36125 commit 0f6fbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -32,7 +32,7 @@ official ESLint website.
To use the JavaScript Standard Style shareable config, first run this:

```bash
npm install --save-dev eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import
npm install --save-dev eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node
```

Then, add this to your .eslintrc file:
Expand Down

0 comments on commit 0f6fbaf

Please sign in to comment.