diff --git a/plugin/templates/_README.md b/plugin/templates/_README.md index d351f71..dbc4142 100644 --- a/plugin/templates/_README.md +++ b/plugin/templates/_README.md @@ -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 {