mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-10-31 10:49:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			222 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|     extends: '../.eslintrc.js',
 | |
|     parserOptions: {
 | |
|         project: 'cypress/tsconfig.json',
 | |
|     },
 | |
|     globals: {
 | |
|         Cypress: true,
 | |
|     },
 | |
|     rules: {
 | |
|         'jest/expect-expect': 0,
 | |
|     },
 | |
| };
 | 
