mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 06:08:33 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
		
			173 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | { | ||
|  |   "rules": { | ||
|  |     "no-undef": 2, | ||
|  |     "no-unused-vars": 2, | ||
|  |     "no-const-assign": 2 | ||
|  |   }, | ||
|  |   "env": { | ||
|  |     "node": true | ||
|  |   }, | ||
|  |   "parserOptions": { | ||
|  |     "ecmaVersion": 2015 | ||
|  |   } | ||
|  | } |