mirror of
				https://github.com/vector-im/element-web.git
				synced 2025-10-31 00:01:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			152 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|     env: {
 | |
|         mocha: true,
 | |
|     },
 | |
| 
 | |
|     // mocha defines a 'this'
 | |
|     rules: {
 | |
|         "babel/no-invalid-this": "off",
 | |
|     },
 | |
| };
 |