Skip to content

Commit

Permalink
chore: clarify recommended config in readme (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zamiell committed Jul 27, 2023
1 parent 5df80ff commit df4dc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The easiest way to use this plugin is to extend from the `recommended` config, l
}
```

The `recommended` config will enable the plugin and enable the rule with a value of `error`.
The `recommended` config will enable the plugin and enable the `deprecation/deprecation` rule with a value of `error`.

### Manually Enable the Plugin and Rule

Expand All @@ -81,4 +81,4 @@ If you don't want to use the `recommended` config for some reason, you can accom

## Credits

This rule was originally ported from [SonarJS repository](https://github.com/SonarSource/SonarJS).
This rule was originally ported from the [SonarJS repository](https://github.com/SonarSource/SonarJS).

0 comments on commit df4dc23

Please sign in to comment.