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 {