We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c626a7 commit 24ecef3Copy full SHA for 24ecef3
readme.md
@@ -22,8 +22,16 @@ If the project doesn't use `create-react-app`, read on:
22
23
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:
24
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
+
31
```sh
-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
35
```
36
37
### Verify Setup
0 commit comments