Skip to content

Commit

Permalink
remove comment about omitting prefix
Browse files Browse the repository at this point in the history
Co-authored-by: Milos Djermanovic <[email protected]>
  • Loading branch information
MikeMcC399 and mdjermanovic authored Oct 19, 2024
1 parent 2dfd66e commit b2f801c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/templates/_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ npm install eslint-plugin-<%= pluginId %> --save-dev

## Usage

Add `<%= pluginId %>` to the `plugins` key of your [configuration file](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-file). You can omit the `eslint-plugin-` prefix:
Add `<%= pluginId %>` to the `plugins` key of your [configuration file](https://eslint.org/docs/latest/use/configure/configuration-files#configuration-file):

```js
{
Expand Down

0 comments on commit b2f801c

Please sign in to comment.