Skip to content

Commit eec94e2

Browse files
author
Brylie Christopher Oxley
committed
Add example project
1 parent 36dc58b commit eec94e2

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

content/contributing-code/javascript-guidelines/contents.lr

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Code is read more often than it is written. Code is written for humans, not mach
3939

4040
## Pragmatics
4141

42+
The following sections outline how we've put the philosophy into action. See the [creativecommons/chooser](https://github.com/creativecommons/chooser) project for an example of how we have applied the recommendations below.
43+
4244
### Code formatting
4345

4446
We adopt existing code formatting standards. To this end, all JavaScript code must be formatted using [Prettier][Prettier], *an opinionated code formatter*. We also use [eslint][eslint] to handle cases that Prettier may overlook.

0 commit comments

Comments
 (0)