Skip to content

Commit 05b499c

Browse files
author
Really Him
committed
docs: add note about formatting
1 parent 91be624 commit 05b499c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ npm run generate:json # generate JSON schema
5656
npm run serve:docs
5757
```
5858

59+
5. Format/lint your changes:
60+
61+
```bash
62+
npm run format:check # check formatting
63+
npm run format # apply formatting
64+
```
65+
5966
### Documentation Guidelines
6067

6168
When contributing to the documentation:

0 commit comments

Comments
 (0)