From fc57b805ebf984646e4093b3df3d436e769795d1 Mon Sep 17 00:00:00 2001 From: zglicz Date: Tue, 7 May 2024 11:58:50 +0200 Subject: [PATCH] Update README.md (#474) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f71fec..d4b77423 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ import sonarjs from "eslint-plugin-sonarjs"; ] ``` -For ESLint 8: add `plugins` option to your `.eslintrc` and `plugin:sonarjs/recommended` to the `extends` option to enable all recommended rules: +For ESLint 8: add `plugins` option to your `.eslintrc` and `plugin:sonarjs/recommended-legacy` to the `extends` option to enable all recommended rules: ```json {