Skip to content

Commit

Permalink
chore: Update peer dependency version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
iamturns committed Nov 5, 2021
1 parent e640b21 commit 2c0baa3
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 @@ -14,8 +14,8 @@ Make sure you have the regular Airbnb config setup. See [eslint-config-airbnb](h

```bash
npm install eslint-config-airbnb-typescript \
@typescript-eslint/eslint-plugin@^4.29.3 \
@typescript-eslint/parser@^4.29.3 \
@typescript-eslint/eslint-plugin@^5.0.0 \
@typescript-eslint/parser@^5.0.0 \
--save-dev
```

Expand Down

0 comments on commit 2c0baa3

Please sign in to comment.