Skip to content

Commit 45256e6

Browse files
committed
Add eslint-plugin-jsx-a11y to installation steps
1 parent a9a6f5e commit 45256e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02-env-setup/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm install --save-dev babel-cli babel-preset-es2015 babel-preset-stage-0 babel-
3838
Install [ESLint](http://eslint.org/) linting utility for JavaScript:
3939

4040
```sh
41-
npm install --save-dev eslint babel-eslint eslint-plugin-react eslint-config-benmvp
41+
npm install --save-dev eslint babel-eslint eslint-plugin-react eslint-plugin-jsx-a11y eslint-config-benmvp
4242
```
4343

4444
Update [package.json](package.json) contents to add Babel configuration:

0 commit comments

Comments
 (0)