mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	chore(other): update the ESLint validation configuration to support more file types.
This commit is contained in:
		
							
								
								
									
										13
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										13
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
								
							@@ -4,7 +4,18 @@
 | 
				
			|||||||
    "source.organizeImports": "never"
 | 
					    "source.organizeImports": "never"
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "editor.formatOnSave": false,
 | 
					  "editor.formatOnSave": false,
 | 
				
			||||||
  "eslint.validate": ["html", "css", "scss", "json", "jsonc"],
 | 
					  "eslint.validate": [
 | 
				
			||||||
 | 
					    "html",
 | 
				
			||||||
 | 
					    "css",
 | 
				
			||||||
 | 
					    "scss",
 | 
				
			||||||
 | 
					    "json",
 | 
				
			||||||
 | 
					    "jsonc",
 | 
				
			||||||
 | 
					    "javascript",
 | 
				
			||||||
 | 
					    "javascriptreact",
 | 
				
			||||||
 | 
					    "typescript",
 | 
				
			||||||
 | 
					    "typescriptreact",
 | 
				
			||||||
 | 
					    "vue"
 | 
				
			||||||
 | 
					  ],
 | 
				
			||||||
  "i18n-ally.displayLanguage": "zh-cn",
 | 
					  "i18n-ally.displayLanguage": "zh-cn",
 | 
				
			||||||
  "i18n-ally.enabledParsers": ["ts"],
 | 
					  "i18n-ally.enabledParsers": ["ts"],
 | 
				
			||||||
  "i18n-ally.enabledFrameworks": ["vue"],
 | 
					  "i18n-ally.enabledFrameworks": ["vue"],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user