From b7c14ad94e61d15f0b6b1b8fba9890cbcebb77c2 Mon Sep 17 00:00:00 2001 From: Bryan Mishkin <698306+bmish@users.noreply.github.com> Date: Thu, 12 Oct 2023 10:20:12 -0400 Subject: [PATCH] feat: add auto-generated configs list to readme in template --- 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