Skip to content

Commit

Permalink
refactor: added <other_plugins_you_use> to Usage example (#64)
Browse files Browse the repository at this point in the history
This commit updated the `Usage` section's example with `<other_plugins_you_use>`. This will make the readme file more informative.
  • Loading branch information
xgovernor authored Feb 13, 2024
1 parent 5cef961 commit 9489fb3
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 @@ -43,7 +43,7 @@ Add `unused-imports` to the plugins section of your `.eslintrc` configuration fi

```jsonc
{
"plugins": ["unused-imports"]
"plugins": [<other_plugins_you_use>, "unused-imports"]
}
```

Expand Down

0 comments on commit 9489fb3

Please sign in to comment.