Skip to content

Commit 8f924c0

Browse files
committed
Update install command in README
1 parent 4259544 commit 8f924c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Install the config along with its peer dependencies:
1010

1111
```sh
12-
npm install --save-dev eslint eslint-config-prettier eslint-plugin-react eslint-config-torchbox
12+
npx install-peerdeps --dev eslint-config-torchbox
1313
```
1414

1515
Then [configure ESLint to use this config](https://eslint.org/docs/user-guide/configuring#extending-configuration-files). As a `.eslintrc.js` in the root of your project:

0 commit comments

Comments
 (0)