diff --git a/README.md b/README.md index 0e077d6..39c5654 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 61afa63..a2e09f1 100644 --- a/package.json +++ b/package.json @@ -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",