Skip to content

Commit

Permalink
Add react's package.json instruction to manually upgrade eslint to v6
Browse files Browse the repository at this point in the history
See #3 (#3)

Signed-off-by: Kipras Melnikovas <kipras@kipras.org>
  • Loading branch information
kiprasmel committed Feb 2, 2020
1 parent 55539a2 commit 2a9f9aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ See also [the README of vscode-eslint](https://github.com/microsoft/vscode-eslin
1. Run `npx install-peerdeps --dev eslint-config-sarpik --yarn`
1. Crack open your `package.json` and
1. replace `"extends": "react-app"` with `"extends": "sarpik"`
2. replace `"eslint": "5.x" with `"eslint": "6.x"`

## 🤬🤬🤬🤬 IT'S NOT WORKING

Expand Down

0 comments on commit 2a9f9aa

Please sign in to comment.