Skip to content

update:eslint-docs script does not generate the expected documentation #634

@y-hsgw

Description

@y-hsgw

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions