We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f0b6bc commit ad4d16bCopy full SHA for ad4d16b
packages/eslint-config-react-app/README.md
@@ -17,7 +17,7 @@ If you want to use this ESLint configuration in a project not built with Create
17
First, install this package, ESLint and the necessary plugins.
18
19
```sh
20
- npm install --save-dev eslint-config-react-app [email protected] [email protected] [email protected] [email protected] eslint-plugin-jsx-a11y@2.2.3 [email protected]
+ npm install --save-dev eslint-config-react-app [email protected] [email protected] [email protected] [email protected] eslint-plugin-jsx-a11y@3.0.2 [email protected]
21
```
22
23
Then create a file named `.eslintrc` with following contents in the root folder of your project:
0 commit comments