You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,13 @@ Use `yarn dev` to start the example app and build the package with hot reloading
74
74
75
75
This project uses [Biome](https://github.com/biomejs/biome) for linting and formatting. See the [Biome docs](https://biomejs.dev/guides/editors/first-party-extensions/) for more information on how to configure your editor to use Biome.
76
76
77
+
Available commands:
78
+
-`yarn lint` - Run linting checks on all workspaces
79
+
-`yarn format` - Format all files in all workspaces
80
+
-`yarn format:check` - Check if all files are properly formatted without making changes
81
+
82
+
It's recommended to run `yarn format` before committing your changes to ensure consistent code formatting across the project.
83
+
77
84
### Signing Commits
78
85
79
86
All commits need to be signed with a GPG key. This adds a second factor of authentication that proves that it came from
0 commit comments