Skip to content

Commit

Permalink
docs(README): update note for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Aug 8, 2023
1 parent f8d92c2 commit d001ccf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Use `@hazmi35/eslint-config/typescript/node` for Node environment

## Note

Requires [ESLint](https://npmjs.com/package/eslint) version 8.42.0 or above
Requires [ESLint](https://npmjs.com/package/eslint) version 8.46.0 or above

TypeScript config requires:
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 5.59.11 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 5.59.11 or above
* [typescript](https://npmjs.com/package/typescript) version 3.3.1 to 5.1.0
* [@typescript-eslint/parser](https://npmjs.com/package/@typescript-eslint/parser) version 6.3.0 or above
* [@typescript-eslint/eslint-plugin](https://npmjs.com/package/@typescript-eslint/eslint-plugin) version 6.3.0 or above
* [typescript](https://npmjs.com/package/typescript) version 4.3.5 to 5.2.0

0 comments on commit d001ccf

Please sign in to comment.