Skip to content
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
ianschmitz authored Feb 19, 2020
commit 11abdddebd571df56cc06225836a4a4173ddaa66
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you want to use this ESLint configuration in a project not built with Create
First, install this package, ESLint and the necessary plugins.

```sh
npm install --save-dev eslint-config-react-app @typescript-eslint/[email protected] @typescript-eslint/[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] eslint-plugin-react-hooks@2.x
npm install --save-dev eslint-config-react-app @typescript-eslint/[email protected] @typescript-eslint/[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] eslint-plugin-react-hooks@1.x
```

Then create a file named `.eslintrc.json` with following contents in the root folder of your project:
Expand Down