Skip to content

Commit 4ed2c78

Browse files
committed
Updated README.md With Prettier Usage Instructions
1 parent a2709ce commit 4ed2c78

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ Once changes are implemented here, they need to be updated within the `/chooser`
5353

5454
Final production changes are deployed within vocabulary-theme Releases, updated within [`index-dev-env`][index-dev-env], and finally deployed to `index__stage` and then `index__prod` environments; going LIVE at `https://creativecommons.org/chooser`.
5555

56+
### Code Formatting with Prettier
57+
58+
We use [Prettier](https://prettier.io/) to enforce consistent formatting across the codebase.
59+
60+
#### To check formatting (via Docker):
61+
```bash
62+
./docker/run-prettier.sh
5663

5764
## Setup
5865
1. open the `src/index.html` file within a browser to view the Chooser.

0 commit comments

Comments
 (0)