mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	- move jshint option from gruntfile to .jshintrc - remove trailing-whitespace from gruntfile and - add jshint esversion: 6 - .dir-locals.el add locals for js-mode to use JSHint from the simple theme Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			100 B
		
	
	
	
		
			Text
		
	
	
	
	
	
{
 | 
						|
  "proto": true,
 | 
						|
  "globals": {
 | 
						|
    "browser": true,
 | 
						|
    "jQuery": false,
 | 
						|
    "devel": true
 | 
						|
  }
 | 
						|
}
 |