We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c0989 commit b994ec9Copy full SHA for b994ec9
.github/DEVELOPMENT.md
@@ -26,6 +26,12 @@ You should also see suggestions from TypeScript in your editor.
26
[Prettier](https://prettier.io) is used to format code.
27
It should be applied automatically when you save files in VS Code or make a Git commit.
28
29
+To manually reformat all files, you can run:
30
+
31
+```shell
32
+pnpm format:write
33
+```
34
35
## Linting
36
37
This package includes several forms of linting to enforce consistent code quality and styling.
0 commit comments