There was an error while loading. Please reload this page.
1 parent 5c1b4e7 commit 5267cbaCopy full SHA for 5267cba
CONTRIBUTING.md
@@ -56,7 +56,7 @@ To maximize the readability and correctness of our code, we require that new sub
56
$ standard MyFile.js // if that fails, try: npx standard MyFile.js
57
```
58
59
-- Use camelCase for identifier names (variables and functions)
+- Use camelCase for with leading character lowercase for identifier names (variables and functions)
60
- Names start with a letter
61
- follow code indentation
62
- Always use 2 spaces for indentation of code blocks
0 commit comments