Running npx create-typescript-app --base common --mode create should create a repo that has no pnpm run lint:knip errors.
Actual
Run pnpm lint:knip
> cta-temp-test@0.0.0 lint:knip /home/runner/work/cta-temp-test/cta-temp-test
> knip
The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
Unused devDependencies (4)
@eslint-community/eslint-plugin-eslint-comments package.json
@types/eslint-plugin-markdown package.json
eslint-plugin-jsdoc package.json
eslint-plugin-regexp package.json
ELIFECYCLE Command failed with exit code 1.
Error: Process completed with exit code 1.
sigh
Additional Info
This isn't caught by the end-to-end creation test because that one uses --base everything.
Bug Report Checklist
main
branch of the repository.Expected
Running
npx create-typescript-app --base common --mode create
should create a repo that has nopnpm run lint:knip
errors.Actual
sigh
Additional Info
This isn't caught by the end-to-end creation test because that one uses
--base everything
.💖