Commit b17fa412 authored by Jon Crenshaw's avatar Jon Crenshaw Committed by Joe Haddad
Browse files

Update eslint-config npm install command (#3072)

The `npm install` script for outside usage instructions is outdated. Updated to match the package's current peer dependencies.
parent e8b58edf
3 merge requests!12191Lim.Pisey.168:/Identified - We are currently investigating reports of missing build logs. The issue has been identified and a resolution is in progress. We will provide a further update when available.Mar 21, 09:02 UTC,!12853brikk,!5717Automatically extract project file structure from build bundle file
Showing with 1 addition and 1 deletion
+1 -1
...@@ -19,7 +19,7 @@ If you want to use this ESLint configuration in a project not built with Create ...@@ -19,7 +19,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. First, install this package, ESLint and the necessary plugins.
```sh ```sh
npm install --save-dev eslint-config-react-app babel-eslint@7.2.3 eslint@3.19.0 eslint-plugin-flowtype@2.33.0 eslint-plugin-import@2.2.0 eslint-plugin-jsx-a11y@5.0.1 eslint-plugin-react@7.0.1 npm install --save-dev eslint-config-react-app babel-eslint@^7.2.3 eslint@^4.1.1 eslint-plugin-flowtype@^2.34.1 eslint-plugin-import@^2.6.0 eslint-plugin-jsx-a11y@^5.1.1 eslint-plugin-react@^7.1.0
``` ```
Then create a file named `.eslintrc` with following contents in the root folder of your project: Then create a file named `.eslintrc` with following contents in the root folder of your project:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment