Add NodeJS styleguide

This commit is contained in:
Drasko DRASKOVIC
2015-10-05 20:07:01 +02:00
parent 8d914647c8
commit 47597331f1
+3 -2
View File
@@ -46,9 +46,10 @@ project's developers might not want to merge into the project.
Please adhere to the coding conventions used throughout a project (indentation,
accurate comments, etc.) and any other requirements (such as test coverage).
* Follow the [JavaScript](https://github.com/styleguide/javascript) styleguides.
* Follow the [JavaScript](https://github.com/styleguide/javascript) styleguide
* Follow the [NodeJS](https://github.com/felixge/node-style-guide) styleguide
* Document new code based on the [Documentation Styleguide](#documentation-styleguide)
* End files with a newline.
* End files with a newline
* Place requires in the following order:
* Built in Node Modules (such as `path`)
* Built in Mainflux Modules (such as `coreflux`)