Add JSHint config
This commit is contained in:
		
							parent
							
								
									387fcb571e
								
							
						
					
					
						commit
						f7f214a132
					
				
							
								
								
									
										36
									
								
								.jshintrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								.jshintrc
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,36 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					  "predef": [
 | 
				
			||||||
 | 
					    "global",
 | 
				
			||||||
 | 
					    "Promise",
 | 
				
			||||||
 | 
					    "require",
 | 
				
			||||||
 | 
					    "process",
 | 
				
			||||||
 | 
					    "module",
 | 
				
			||||||
 | 
					    "exports",
 | 
				
			||||||
 | 
					    "Buffer"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
 | 
					  "browser": false,
 | 
				
			||||||
 | 
					  "boss": true,
 | 
				
			||||||
 | 
					  "curly": true,
 | 
				
			||||||
 | 
					  "debug": false,
 | 
				
			||||||
 | 
					  "devel": true,
 | 
				
			||||||
 | 
					  "eqeqeq": true,
 | 
				
			||||||
 | 
					  "evil": true,
 | 
				
			||||||
 | 
					  "forin": false,
 | 
				
			||||||
 | 
					  "immed": false,
 | 
				
			||||||
 | 
					  "laxbreak": false,
 | 
				
			||||||
 | 
					  "newcap": true,
 | 
				
			||||||
 | 
					  "noarg": true,
 | 
				
			||||||
 | 
					  "noempty": false,
 | 
				
			||||||
 | 
					  "nonew": false,
 | 
				
			||||||
 | 
					  "nomen": false,
 | 
				
			||||||
 | 
					  "onevar": false,
 | 
				
			||||||
 | 
					  "plusplus": false,
 | 
				
			||||||
 | 
					  "regexp": false,
 | 
				
			||||||
 | 
					  "undef": true,
 | 
				
			||||||
 | 
					  "sub": true,
 | 
				
			||||||
 | 
					  "strict": false,
 | 
				
			||||||
 | 
					  "white": false,
 | 
				
			||||||
 | 
					  "eqnull": true,
 | 
				
			||||||
 | 
					  "esnext": true,
 | 
				
			||||||
 | 
					  "unused": true
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user