Skip to content

Commit f256e1d

Browse files
authored
chore(contributing): add prettier command (#143)
adding an example of how to run prettier to reduce contributing friction.
1 parent 15a5a10 commit f256e1d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,13 @@ We use [prettier][4] to format Markdown, JavaScript, and (most) HTML, in order
110110
to ensure a consistent style throughout our source. You can add prettier as a
111111
plugin in most development environments.
112112

113+
Once it is installed, you can fix formatting by running the following in the
114+
root aep.dev directory:
115+
116+
```sh
117+
prettier -w .
118+
```
119+
113120
[1]: https://pages.github.com/
114121
[2]: https://github.com/aep-dev/site-generator
115122
[3]: https://docker.com/

0 commit comments

Comments
 (0)