Skip to content

Commit b994ec9

Browse files
docs: mention format:write in DEVELOPMENT.md
1 parent 94c0989 commit b994ec9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/DEVELOPMENT.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ You should also see suggestions from TypeScript in your editor.
2626
[Prettier](https://prettier.io) is used to format code.
2727
It should be applied automatically when you save files in VS Code or make a Git commit.
2828

29+
To manually reformat all files, you can run:
30+
31+
```shell
32+
pnpm format:write
33+
```
34+
2935
## Linting
3036

3137
This package includes several forms of linting to enforce consistent code quality and styling.

0 commit comments

Comments
 (0)