Description:
Running the update:eslint-docs script results in the following unexpected output:
- The prefix in the rule documentation titles is
@vitest.
- The contents for the shared configs (
recommended and all) are not generated in either the README or the rule documentation.
Cause:
This issue occurs because eslint-doc-generator determines the prefix based on the name field in package.json.
Expected Behavior:
- The prefix in the rule documentation titles should be
vitest.
- The contents for the shared configs (
recommended and all) should be generated in both the README and the rule documentation.
Additional Information:
A related issue has been created: bmish/eslint-doc-generator#610.