mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
Update 2019-02-06-react-v16.8.0.md (#1634)
You can just normal install `eslint-plugin-react-hooks`
This commit is contained in:
committed by
Alexey Pyltsyn
parent
7be4caf210
commit
dd6317f3bd
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user