7 lines
		
	
	
		
			212 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			212 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
env:
 | 
						|
  mocha: true
 | 
						|
rules:
 | 
						|
  "react/prop-types": 1 # bah humbug
 | 
						|
  "react/require-render-return": 1
 | 
						|
  "no-unused-vars": 1 # unused vars in tests can be useful for indicating a full signature
 | 
						|
  "no-global-assign": 1 |