From 9d944b37e71bb43c01b9e3464fc93b8b781d7ff4 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 30 Sep 2024 11:29:17 +0200 Subject: [PATCH] Mention support of ESLint 9 in the docs (#4859) --- packages/jsts/src/rules/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/jsts/src/rules/README.md b/packages/jsts/src/rules/README.md index a0e0a9e432e..5fc1666ef94 100644 --- a/packages/jsts/src/rules/README.md +++ b/packages/jsts/src/rules/README.md @@ -5,8 +5,7 @@ SonarJS rules for ESLint to help developers produce [Clean Code](https://www.son ## Prerequisites - Node.js (>=16.x). -- ESLint 8.x (version 9.X not yet supported) -- typescript-eslint/parser 7.X (version 8.X not yet supported) +- ESLint 8.x or 9.x (peer dependency for the plugin). ## Usage