diff --git a/README.md b/README.md index 452bac93..e849eb58 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![npm](https://img.shields.io/npm/v/@openstapps/eslint-config.svg?style=flat-square)](https://npmjs.com/package/@openstapps/eslint-config) [![license)](https://img.shields.io/npm/l/@openstapps/eslint-config.svg?style=flat-square)](https://www.gnu.org/licenses/gpl-3.0.en.html) - ## Installation Put this into your `.eslintrc` @@ -30,13 +29,14 @@ Or, alternatively, add the following to your `package.json`: ```json { "devDependencies": { + "@typescript-eslint/eslint-plugin": ">=5.15.0", + "@typescript-eslint/parser": ">=5.15.0", "eslint": ">=8.11.0", "eslint-config-prettier": ">=8.5.0", "eslint-plugin-jsdoc": ">=38.0.6", "eslint-plugin-prettier": ">=4.0.0", "eslint-plugin-unicorn": ">=41.0.1", - "prettier": ">=2.6.0", - "@typescript-eslint/eslint-plugin": ">=5.15.0" + "prettier": ">=2.6.0" } } ```