Skip to content

Commit

Permalink
docs: describe a way to install all dependencies at once (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliyaZelenko authored and gajus committed Nov 30, 2018
1 parent ba353a0 commit ae28b63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .README/README.md
Expand Up @@ -20,6 +20,9 @@
npm install eslint --save-dev
npm install babel-eslint --save-dev
npm install eslint-plugin-flowtype --save-dev

# Or all at once:
npm install eslint babel-eslint eslint-plugin-flowtype --save-dev
```

## Configuration
Expand Down

0 comments on commit ae28b63

Please sign in to comment.