File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,16 @@ If the project doesn't use `create-react-app`, read on:
2222
2323With 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
You can’t perform that action at this time.
0 commit comments