mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 12:16:53 +02:00
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:
parent
30484ef126
commit
0f9b5f4ab9
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user