From b2f801c53b971fba50b6ec96180eba552c5396e7 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Sat, 19 Oct 2024 12:24:55 +0200 Subject: [PATCH] remove comment about omitting prefix Co-authored-by: Milos Djermanovic --- plugin/templates/_README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {