Skip to content

Commit f2ed248

Browse files
Document how to run prettier in CONTRIBUTING guide (#977)
1 parent 4110d6e commit f2ed248

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Contributions not related to the resources are also welcome, but please open an
6666

6767
This project relies on [Prettier](https://prettier.io/) and [ESLint](https://eslint.org/) for code formatting and error/standards checking, so please ensure you have both installed globally or run `npm install` in order to install them in the project directory.
6868

69+
> Tip: You can format your contribution with the command `npm run prettier:format`
70+
6971
## Updating README and DB
7072

7173
This repository uses a GitHub action to automatically update `README.md` and `db` (which serves our API), so no action is required from you.

0 commit comments

Comments
 (0)