mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-11-04 03:39:41 +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'],
 | 
						|
};
 |