You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/contributing-code/javascript-guidelines/contents.lr
+2
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,8 @@ Code is read more often than it is written. Code is written for humans, not mach
39
39
40
40
## Pragmatics
41
41
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
+
42
44
### Code formatting
43
45
44
46
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