added code style headers

This commit is contained in:
idori
2017-10-14 13:53:19 +03:00
parent 387182332e
commit ca6fe729c3

View File

@ -29,6 +29,7 @@
6. [Security Practices (soon) ](#security-practices)
7. [Performance Practices (soon) ](#performance-practices)
8. [API Practices (soon) ](#API-practices)
9. [Style Guide](#style-guide)
<br/><br/><br/>
@ -541,4 +542,47 @@
## our contributirs working on this section, would you like to join?
<br/><br/><br/>
# `Style Guide`
## ✔ Use ESLint
Text here...
<br/><br/>
## ✔ Node JS Specific Plugins
Text here...
<br/><br/>
## ✔ Don't Forget the Semicolon
Text here...
<br/><br/>
## ✔ Start a Codeblock's Curly Braces in the Same Line
Text here...
<br/><br/>
## ✔ Name Your Functions
Text here...
<br/><br/>
## ✔ Prefer `CONST` over `Let`. Ditch the `Var`s
Text here...
<br/><br/>
## ✔ Put All `Require`s at the top
Text here...
<br/><br/>