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:
22
22
23
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
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
+
25
31
``` 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
27
35
```
28
36
29
37
### Verify Setup
You can’t perform that action at this time.
0 commit comments