mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	
		
			
	
	
		
			27 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			27 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | { | ||
|  |   "curly": true, | ||
|  |   "eqeqeq": true, | ||
|  |   "immed": true, | ||
|  |   "laxbreak": false, | ||
|  |   "latedef": "nofunc", | ||
|  |   "newcap": true, | ||
|  |   "noarg": true, | ||
|  |   "plusplus": true, | ||
|  |   "sub": true, | ||
|  |   "undef": true, | ||
|  |   "quotmark": "double", | ||
|  |   "unused": true, | ||
|  |   "indent": 4, | ||
|  |   "eqnull": true, | ||
|  |   "node": true, | ||
|  |   "strict": true, | ||
|  |   "mocha": true, | ||
|  |   "jasmine": true, | ||
|  |   "globals": { | ||
|  |     "browser": false, | ||
|  |     "by": false, | ||
|  |     "element": false, | ||
|  |     "protractor": false | ||
|  |   } | ||
|  | } |