Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit 6dbb849

Browse files
authored
chore: Add version numbers to all peer dependencies listed in README.md
1 parent 4d337f2 commit 6dbb849

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Make sure you have the regular Airbnb config setup. See [eslint-config-airbnb](h
1414

1515
```bash
1616
npm install eslint-config-airbnb-typescript \
17-
@typescript-eslint/eslint-plugin \
18-
@typescript-eslint/parser \
17+
@typescript-eslint/eslint-plugin@^4.4.1 \
18+
@typescript-eslint/parser@^4.4.1 \
1919
eslint-plugin-import@^2.22.0 \
2020
eslint-plugin-jsx-a11y@^6.3.1 \
2121
eslint-plugin-react@^7.20.3 \
@@ -27,8 +27,8 @@ If you don't need React support:
2727

2828
```bash
2929
npm install eslint-config-airbnb-typescript \
30-
@typescript-eslint/eslint-plugin \
31-
@typescript-eslint/parser \
30+
@typescript-eslint/eslint-plugin@^4.4.1 \
31+
@typescript-eslint/parser@^4.4.1 \
3232
eslint-plugin-import@^2.22.0 \
3333
--save-dev
3434
```

0 commit comments

Comments
 (0)