6 lines
		
	
	
		
			115 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			115 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import { Linter } from 'eslint';
 | |
| 
 | |
| declare const recommendedConfig: Linter.FlatConfig;
 | |
| 
 | |
| export = recommendedConfig;
 |