Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
chore: Add version numbers to all peer dependencies listed in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamturns authored Aug 24, 2021
1 parent 4d337f2 commit 6dbb849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 \
@typescript-eslint/parser \
@typescript-eslint/eslint-plugin@^4.4.1 \
@typescript-eslint/parser@^4.4.1 \
eslint-plugin-import@^2.22.0 \
eslint-plugin-jsx-a11y@^6.3.1 \
eslint-plugin-react@^7.20.3 \
Expand All @@ -27,8 +27,8 @@ If you don't need React support:

```bash
npm install eslint-config-airbnb-typescript \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
@typescript-eslint/eslint-plugin@^4.4.1 \
@typescript-eslint/parser@^4.4.1 \
eslint-plugin-import@^2.22.0 \
--save-dev
```
Expand Down

0 comments on commit 6dbb849

Please sign in to comment.