Skip to content

Commit

Permalink
docs(README): update semver note
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Jul 11, 2023
1 parent 5c88133 commit 512bfd6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ or `"@clytage/eslint-config/typescript/node"` if you're on Node environment.

## Note

This package is requires [ESLint](https://npmjs.com/package/eslint) version `8.38.0` or above.
This package is requires [ESLint](https://npmjs.com/package/eslint) version `8.44.0` or above.

TypeScript config requires:
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version `5.57.1` or above.
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version `5.57.1` or above.
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version `6.0.0` or above.
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version `6.0.0` or above.
* [typescript](https://npmjs.com/package/typescript) version `3.3.1` to `6.0.0` (ranged).

0 comments on commit 512bfd6

Please sign in to comment.