-
-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update eslint-config-react-app version in the guide
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -174,7 +174,7 @@ Then add this block to the `package.json` file of your project: | |
Finally, you will need to install some packages *globally*: | ||
|
||
```sh | ||
npm install -g eslint-config-react-app@0.2.1 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
npm install -g eslint-config-react-app@0.3.0 [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] | ||
``` | ||
|
||
We recognize that this is suboptimal, but it is currently required due to the way we hide the ESLint dependency. The ESLint team is already [working on a solution to this](https://github.com/eslint/eslint/issues/3458) so this may become unnecessary in a couple of months. | ||
|