We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217b9a9 commit 4aeb962Copy full SHA for 4aeb962
content/contributing-code/javascript-guidelines/contents.lr
@@ -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