We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddce8a commit 651d0dbCopy full SHA for 651d0db
packages/eslint-config-react-app/README.md
@@ -39,7 +39,7 @@ This config also ships with optional Jest rules for ESLint (based on [`eslint-pl
39
You'll first need to add the ESLint plugin for Jest (if you don't already have it installed).
40
41
```sh
42
-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
43
```
44
45
You can then enable these rules by adding the Jest config to the `extends` array in your ESLint config.
0 commit comments