mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 22:39:08 +00:00 
			
		
		
		
	
		
			
	
	
		
			30 lines
		
	
	
	
		
			601 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			30 lines
		
	
	
	
		
			601 B
		
	
	
	
		
			Text
		
	
	
	
	
	
|  | { | ||
|  |     "node": true, | ||
|  |     "esnext": true, | ||
|  |     "bitwise": true, | ||
|  |     "curly": true, | ||
|  |     "eqeqeq": true, | ||
|  |     "eqnull": true, | ||
|  |     "immed": true, | ||
|  |     "latedef": "nofunc", | ||
|  |     "newcap": false, | ||
|  |     "noarg": true, | ||
|  |     "undef": true, | ||
|  |     "strict": false, | ||
|  |     "trailing": true, | ||
|  |     "smarttabs": true, | ||
|  |     "indent": 2, | ||
|  |     "white": false, | ||
|  |     "quotmark": "single", | ||
|  |     "laxbreak": true, | ||
|  |     "globals"   : { | ||
|  |         /* MOCHA */ | ||
|  |         "describe"   : false, | ||
|  |         "it"         : false, | ||
|  |         "before"     : false, | ||
|  |         "beforeEach" : false, | ||
|  |         "after"      : false, | ||
|  |         "afterEach"  : false | ||
|  |     } | ||
|  | } |