Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update README.md (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
zglicz authored May 7, 2024
1 parent 004d794 commit fc57b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit fc57b80

Please sign in to comment.