File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ This style guide is based on https://github.com/felixge/node-style-guide and ada
18
18
* [ Use lowerCamelCase for variables, properties and function names] ( #use-lowercamelcase-for-variables-properties-and-function-names )
19
19
* [ Use UpperCamelCase for class names] ( #use-uppercamelcase-for-class-names )
20
20
* [ Use UPPERCASE for Constants] ( #use-uppercase-for-constants )
21
+ * [ Other notes for naming conventions] ( #other-notes-for-naming-conventions )
21
22
22
23
### Variables
23
24
* [ Object / Array creation] ( #object--array-creation )
@@ -215,6 +216,10 @@ File.fullPermissions = 0777;
215
216
216
217
[ const ] : https://developer.mozilla.org/en/JavaScript/Reference/Statements/const
217
218
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
+
218
223
## Variables
219
224
220
225
### Object / Array creation
You can’t perform that action at this time.
0 commit comments