Closed
Description
Feature Request Checklist
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Overview
Coming over from JoshuaKGoldberg/eslint-plugin-package-json#993 (comment), eslint-doc-generator
builds require having built source code first. We've resolved to have blockESLintPlugin
run pnpm build --no-dts
before eslint-doc-generator
in its build task.
Additional Info
🎁
Co-authored-by: @michaelfaith