diff --git a/README.md b/README.md index 1d9ef57..0e077d6 100644 --- a/README.md +++ b/README.md @@ -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 ```