You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,6 +64,12 @@ Delete any old rules list from your `README.md`. A new one will be automatically
61
64
62
65
Delete any old recommended/fixable/etc. notices from your rule docs. A new title and notices will be automatically added to the top of each rule doc (along with a marker comment if it doesn't exist yet).
63
66
67
+
```md
68
+
<!-- end auto-generated rule header -->
69
+
```
70
+
71
+
And be sure to enable the `recommended` rules from [eslint-plugin-eslint-plugin](https://github.com/eslint-community/eslint-plugin-eslint-plugin) as well as [eslint-plugin/require-meta-docs-description](https://github.com/eslint-community/eslint-plugin-eslint-plugin/blob/main/docs/rules/require-meta-docs-description.md) to ensure your rules have consistent descriptions for use in the generated docs.
72
+
64
73
## Usage
65
74
66
75
Run the script from `package.json` to start out or any time you add a rule or update rule metadata in your plugin:
0 commit comments