mirror of
				https://github.com/ecomfe/vue-echarts.git
				synced 2025-10-28 19:43:37 +08:00 
			
		
		
		
	 d3bff26307
			
		
	
	d3bff26307
	
	
	
		
			
			* chore: eslint flat config * chore: format * update according to review * chore: remove prettier config and format * fix: move handler to script to bypass eslint * chore: config eslint for lang=js block * docs: add surrounding empty lines for code block * chore: also minify css in csp build * chore: publint
		
			
				
	
	
		
			7 lines
		
	
	
		
			171 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			171 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| /* eslint-disable */
 | |
| declare module "*.vue" {
 | |
|   import type { DefineComponent } from "vue";
 | |
|   const component: DefineComponent<{}, {}, any>;
 | |
|   export default component;
 | |
| }
 |