We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a6f5e commit 45256e6Copy full SHA for 45256e6
02-env-setup/README.md
@@ -38,7 +38,7 @@ npm install --save-dev babel-cli babel-preset-es2015 babel-preset-stage-0 babel-
38
Install [ESLint](http://eslint.org/) linting utility for JavaScript:
39
40
```sh
41
-npm install --save-dev eslint babel-eslint eslint-plugin-react eslint-config-benmvp
+npm install --save-dev eslint babel-eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-config-benmvp
42
```
43
44
Update [package.json](package.json) contents to add Babel configuration:
0 commit comments