Skip to content

Commit

Permalink
fix: add peer dependencies of eslint-config-airbnb-base
Browse files Browse the repository at this point in the history
Fixes #274
  • Loading branch information
jrolfs committed Feb 12, 2022
1 parent d30b7d2 commit 52e7bd5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,8 @@ Make sure you have the regular Airbnb config setup. See [eslint-config-airbnb](h

```bash
npm install eslint-config-airbnb-typescript \
eslint@^8.0.0 \
eslint-plugin-import@^2.0.0 \
@typescript-eslint/eslint-plugin@^5.0.0 \
@typescript-eslint/parser@^5.0.0 \
--save-dev
Expand Down
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -27,7 +27,9 @@
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0"
"@typescript-eslint/parser": "^5.0.0",
"eslint": "^8.0.0",
"eslint-plugin-import": "^2.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.4.0",
Expand Down

0 comments on commit 52e7bd5

Please sign in to comment.