Browse Source

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

You can just normal install `eslint-plugin-react-hooks`
main
Michaël De Boey 6 years ago
committed by Alexey Pyltsyn
parent
commit
dd6317f3bd
  1. 4
      content/blog/2019-02-06-react-v16.8.0.md

4
content/blog/2019-02-06-react-v16.8.0.md

@ -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:

Loading…
Cancel
Save