Update 2019-02-06-react-v16.8.0.md (#1634)

You can just normal install `eslint-plugin-react-hooks`
This commit is contained in:
Michaël De Boey
2019-04-24 08:07:53 +02:00
committed by Alexey Pyltsyn
parent 7be4caf210
commit dd6317f3bd

View File

@@ -140,10 +140,10 @@ Assuming you already have ESLint installed, run:
```sh
# npm
npm install eslint-plugin-react-hooks@next --save-dev
npm install eslint-plugin-react-hooks --save-dev
# yarn
yarn add eslint-plugin-react-hooks@next --dev
yarn add eslint-plugin-react-hooks --dev
```
Then add it to your ESLint configuration: