Skip to content

Commit a1558ae

Browse files
committed
docs: add 'Other notes for naming conventions' paragraph
1 parent 9a14aa8 commit a1558ae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/style-guide.md

+5
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This style guide is based on https://github.com/felixge/node-style-guide and ada
1818
* [Use lowerCamelCase for variables, properties and function names](#use-lowercamelcase-for-variables-properties-and-function-names)
1919
* [Use UpperCamelCase for class names](#use-uppercamelcase-for-class-names)
2020
* [Use UPPERCASE for Constants](#use-uppercase-for-constants)
21+
* [Other notes for naming conventions](#other-notes-for-naming-conventions)
2122

2223
### Variables
2324
* [Object / Array creation](#object--array-creation)
@@ -215,6 +216,10 @@ File.fullPermissions = 0777;
215216

216217
[const]: https://developer.mozilla.org/en/JavaScript/Reference/Statements/const
217218

219+
### Other notes for naming conventions
220+
221+
Read ['Naming convention'](https://gemshelf.atlassian.net/wiki/spaces/PD/pages/3304521737/Naming+convention) page on Confluence
222+
218223
## Variables
219224

220225
### Object / Array creation

0 commit comments

Comments
 (0)