Skip to content

Commit

Permalink
docs(readme): peer dependencies applied (facebook#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
JisuPark authored and feiqitian committed Oct 25, 2016
1 parent 03a3301 commit a7b9b13
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 @@ -17,7 +17,7 @@ If you want to use this ESLint configuration in a project not built with Create
First, install this package, ESLint and the necessary plugins.

```sh
npm install --save-dev eslint-config-react-app babel-eslint@6.1.2 eslint@3.5.0 eslint-plugin-flowtype@2.18.1 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-react@5.2.2
npm install --save-dev eslint-config-react-app babel-eslint@6.1.2 eslint@3.5.0 eslint-plugin-flowtype@2.18.1 eslint-plugin-import@1.12.0 eslint-plugin-jsx-a11y@2.2.2 eslint-plugin-react@6.3.0
```

Then create a file named `.eslintrc` with following contents in the root folder of your project:
Expand Down

0 comments on commit a7b9b13

Please sign in to comment.