We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running the update:eslint-docs script results in the following unexpected output:
update:eslint-docs
@vitest
recommended
all
This issue occurs because eslint-doc-generator determines the prefix based on the name field in package.json.
eslint-doc-generator
vitest
A related issue has been created: bmish/eslint-doc-generator#610.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
Running the
update:eslint-docs
script results in the following unexpected output:@vitest
.recommended
andall
) 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:
vitest
.recommended
andall
) should be generated in both the README and the rule documentation.Additional Information:
A related issue has been created: bmish/eslint-doc-generator#610.
The text was updated successfully, but these errors were encountered: