Skip to content

Commit

Permalink
Add new dependent plugin to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdaugherty committed Nov 20, 2018
1 parent 79b9cdc commit 242e4ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To add `eslint-config-wpvip` to you project, first install it to `package.json`
And install the required dependencies:

```
npm i --save-dev babel-eslint@10 eslint@4 eslint-plugin-flowtype@3 eslint-plugin-import@2 eslint-plugin-jsx-a11y@6 eslint-plugin-react@7 eslint-plugin-wpcalypso@4 eslint-plugin-json@1
npm i --save-dev babel-eslint@10 eslint@4 eslint-plugin-flowtype@3 eslint-plugin-import@2 eslint-plugin-jsx-a11y@6 eslint-plugin-react@7 eslint-plugin-wpcalypso@4 eslint-plugin-json@1 eslint-plugin-no-async-foreach
```

Then in your `package.json`, add:
Expand Down

0 comments on commit 242e4ae

Please sign in to comment.