Skip to content

Commit

Permalink
Force usage of ESLint 7
Browse files Browse the repository at this point in the history
  • Loading branch information
bokub authored Oct 14, 2021
1 parent 9ba82c2 commit 82fa3d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ npx prettier --write .

```bash
# With npm
npm i -D eslint-config-prettier eslint-plugin-prettier eslint@latest
npm i -D eslint-config-prettier eslint-plugin-prettier eslint@^7.0.0

# With yarn
yarn add -D eslint-config-prettier eslint-plugin-prettier eslint@latest
yarn add -D eslint-config-prettier eslint-plugin-prettier eslint@^7.0.0
```

Then, edit your ESLint configuration file:
Expand Down

0 comments on commit 82fa3d8

Please sign in to comment.