Skip to content

Commit 4ff9da3

Browse files
committed
Write out full option
1 parent e7913dd commit 4ff9da3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To add ESLint configuration to a project, install the dependencies and add the c
1010

1111
```sh
1212
npx install-peerdeps --yarn --dev @upleveled/eslint-config-upleveled
13-
npx install-peerdeps --yarn --dev -o eslint-config-react-app
13+
npx install-peerdeps --yarn --dev --only-peers eslint-config-react-app
1414
cp node_modules/@upleveled/eslint-config-upleveled/templates/.eslintrc.js ./
1515
cp node_modules/@upleveled/eslint-config-upleveled/templates/tsconfig.json ./
1616
```
@@ -19,7 +19,7 @@ If you have a monorepo using Yarn Workspaces and would like to install the confi
1919

2020
```sh
2121
npx install-peerdeps --yarn --dev @upleveled/eslint-config-upleveled --extra-args "-W"
22-
npx install-peerdeps --yarn --dev -o eslint-config-react-app --extra-args "-W"
22+
npx install-peerdeps --yarn --dev --only-peers eslint-config-react-app --extra-args "-W"
2323
```
2424

2525
<!--

0 commit comments

Comments
 (0)