mirror of
https://github.com/absmach/magistrala.git
synced 2026-06-23 04:10:28 +00:00
Add NodeJS styleguide
This commit is contained in:
+3
-2
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user