mirror of
				https://github.com/therootcompany/acme.js.git
				synced 2024-11-16 17:29:00 +00:00 
			
		
		
		
	
		
			
	
	
		
			18 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			289 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | { "node": true | ||
|  | , "browser": true | ||
|  | , "jquery": true | ||
|  | , "globals": { "angular": true, "Promise": true } | ||
|  | 
 | ||
|  | , "indent": 2 | ||
|  | , "onevar": true | ||
|  | , "laxcomma": true | ||
|  | , "laxbreak": true | ||
|  | , "curly": true | ||
|  | , "nonbsp": true | ||
|  | 
 | ||
|  | , "eqeqeq": true | ||
|  | , "immed": true | ||
|  | , "undef": true | ||
|  | , "unused": true | ||
|  | , "latedef": true | ||
|  | } |