mirror of
https://github.com/bckelley/cgm-remote-monitor.git
synced 2026-08-24 03:14:12 -05:00
Update CONTRIBUTING.md
Added a bullet to the style guide to use single quotes.
This commit is contained in:
@@ -54,6 +54,7 @@ Some simple rules, that will make it easier to maintain our codebase:
|
||||
* A space before function parameters, such as: `function boom (name, callback) { }`, this makes searching for calls easier
|
||||
* Name your callback functions, such as `boom('the name', function afterBoom ( result ) { }`
|
||||
* Don't include author names in the header of your files, if you need to give credit to someone else do it in the commit comment.
|
||||
* Use single quotes.
|
||||
* Use the comma first style, for example:
|
||||
|
||||
```javascript
|
||||
|
||||
Reference in New Issue
Block a user