mirror of
				https://github.com/goldbergyoni/nodebestpractices.git
				synced 2025-11-01 01:56:06 +08:00 
			
		
		
		
	added code style headers
This commit is contained in:
		
							
								
								
									
										44
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										44
									
								
								README.md
									
									
									
									
									
								
							| @ -29,6 +29,7 @@ | |||||||
| 6. [Security Practices (soon) ](#security-practices) | 6. [Security Practices (soon) ](#security-practices) | ||||||
| 7. [Performance Practices (soon) ](#performance-practices) | 7. [Performance Practices (soon) ](#performance-practices) | ||||||
| 8. [API Practices (soon) ](#API-practices) | 8. [API Practices (soon) ](#API-practices) | ||||||
|  | 9. [Style Guide](#style-guide) | ||||||
|  |  | ||||||
|  |  | ||||||
| <br/><br/><br/> | <br/><br/><br/> | ||||||
| @ -541,4 +542,47 @@ | |||||||
|  |  | ||||||
| ## our contributirs working on this section, would you like to join? | ## 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/> | ||||||
		Reference in New Issue
	
	Block a user
	 idori
					idori