mirror of
				https://github.com/PaddlePaddle/FastDeploy.git
				synced 2025-10-31 20:02:53 +08:00 
			
		
		
		
	 f2619b0546
			
		
	
	f2619b0546
	
	
	
		
			
			* Refactor js submodule * Remove change-log * Update ocr module * Update ocr-detection module * Update ocr-detection module * Remove change-log
		
			
				
	
	
		
			16 lines
		
	
	
		
			320 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			320 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /* eslint-env node */
 | |
| require("@rushstack/eslint-patch/modern-module-resolution");
 | |
| 
 | |
| module.exports = {
 | |
|   root: true,
 | |
|   extends: [
 | |
|     "plugin:vue/vue3-essential",
 | |
|     "eslint:recommended",
 | |
|     "@vue/eslint-config-typescript",
 | |
|     "@vue/eslint-config-prettier",
 | |
|   ],
 | |
|   parserOptions: {
 | |
|     ecmaVersion: "latest",
 | |
|   },
 | |
| };
 |