-
-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
Description
i think that the readme should be generated automatically by a script, so that bugs like #1263 will never happen again.
in my own eslint plugin, i use a custom script to accomplish this: https://github.com/IsaacScript/isaacscript/blob/main/packages/eslint-plugin-isaacscript/scripts/generateReadme.mts
so I think you could do something similar with this plugin.
JoshuaKGoldberg