Skip to content

Commit

Permalink
Fix installation commands
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Sep 22, 2020
1 parent 960f7e3 commit 2a71e22
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@ If the project doesn't use `create-react-app`, read on:

With projects that don't use `create-react-app` (eg. Node.js or Next.js), then you will need to also run the following command:

<!--
TODO: Fix this installation command when new CRA version comes out
eg. npx install-peerdeps --dev --yarn eslint-config-react-app
Ref: https://github.com/facebook/create-react-app/pull/9434#issuecomment-696566848
-->

```sh
npx install-peerdeps --dev --yarn eslint-config-react-app
yarn add upleveled/eslint-config-upleveled
npx install-peerdeps --dev --yarn -o eslint-config-upleveled
yarn remove eslint-config-upleveled
```

### Verify Setup
Expand Down

0 comments on commit 2a71e22

Please sign in to comment.