Skip to content

Commit 4aeb962

Browse files
author
Brylie Christopher Oxley
committed
Initial JavaScript guidelines (WIP)
1 parent 217b9a9 commit 4aeb962

File tree

1 file changed

+24
-0
lines changed
  • content/contributing-code/javascript-guidelines

1 file changed

+24
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
_model: page
2+
---
3+
_template: page-with-toc.html
4+
---
5+
title: JavaScript Guidelines
6+
---
7+
description: These JavaScript Guidelines (style guide) help the community to
8+
focus on the intent of the code and work together with a minimum of friction.
9+
---
10+
body:
11+
12+
## Need of Guidelines
13+
14+
These JavaScript Guidelines help developers who are new to the
15+
codebase and want to make any real-world contribution with
16+
`org:creativecommons`.
17+
18+
## Code Formatting
19+
20+
### Overview
21+
22+
All JavaScript code must be formatted using [Prettier][Prettier], *an opinionated code formatter*.
23+
24+
[Prettier]: https://prettier.io/

0 commit comments

Comments
 (0)