Skip to content

Commit 24ecef3

Browse files
1 parent 4c626a7 commit 24ecef3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

readme.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,16 @@ If the project doesn't use `create-react-app`, read on:
2222

2323
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:
2424

25+
<!--
26+
TODO: Fix this installation command when new CRA version comes out
27+
eg. npx install-peerdeps --dev --yarn eslint-config-react-app
28+
Ref: https://github.com/facebook/create-react-app/pull/9434#issuecomment-696566848
29+
-->
30+
2531
```sh
26-
npx install-peerdeps --dev --yarn eslint-config-react-app
32+
yarn add upleveled/eslint-config-upleveled
33+
npx install-peerdeps --dev --yarn -o eslint-config-upleveled
34+
yarn remove eslint-config-upleveled
2735
```
2836

2937
### Verify Setup

0 commit comments

Comments
 (0)