fix: pnpm lint does not work (#33327)

Since sometime after v1.12.15, the first subcommand of `pnpm lint` (`pnpm -r lint:types`)
adds files to the tree that do not conform to the prettier requirements
tested in the second step of `pnpm lint` (`pnpm lint:prettier`).

This change adds the affected paths to the `.prettierignore` file to make the lint pass.
This commit is contained in:
Clemens 2026-04-30 10:29:36 +02:00 committed by GitHub
parent 30484ef126
commit 0f9b5f4ab9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,4 +62,10 @@ CHANGELOG.md
/packages/shared-components/typedoc/
/packages/shared-components/storybook-static/
# These files are generated by running `pnpm -r lint:types` and do not adhere to prettier's requirements.
# All of them are .gitignored within their parent directory.
/packages/playwright-common/lib/
/packages/module-api/lib/
/packages/module-api/temp/
/.nx/