mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-10-31 17:59:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			132 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| // .eslintrc.js
 | |
| module.exports = {
 | |
|   // Umi 项目
 | |
|   extends: [require.resolve('umi/eslint'), 'plugin:react-hooks/recommended'],
 | |
| };
 | 
