From 93a5ffb940d1be433cf0fd467e5c57d1d32b672f Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:59:42 -0400 Subject: [PATCH] feat: add auto-generated configs list to readme in template (#164) --- plugin/templates/_README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/plugin/templates/_README.md b/plugin/templates/_README.md index 819a931..aad75f2 100644 --- a/plugin/templates/_README.md +++ b/plugin/templates/_README.md @@ -39,6 +39,16 @@ Then configure the rules you want to use under the rules section. } ``` +<% } %> + +## Configurations + + +TODO: Run eslint-doc-generator to generate the configs list (or delete this section if no configs are offered). + + +<% if (hasRules) { %> + ## Rules