Skip to content

Commit

Permalink
eslint-config-react-app typo fix (facebook#10317)
Browse files Browse the repository at this point in the history
This just fixes a shell snippet in the readme file for this plugin
  • Loading branch information
Spacerat authored and wombleton committed Jun 1, 2021
1 parent 8388a3f commit 13472e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config-react-app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This config also ships with optional Jest rules for ESLint (based on [`eslint-pl
You'll first need to add the ESLint plugin for Jest (if you don't already have it installed).

```sh
npm install --save-dev eslint-plugin-jest@^24.0.0 eslint-plugin-testing-library&^3.9.0
npm install --save-dev eslint-plugin-jest@^24.0.0 eslint-plugin-testing-library@^3.9.0
```

You can then enable these rules by adding the Jest config to the `extends` array in your ESLint config.
Expand Down

0 comments on commit 13472e3

Please sign in to comment.