style: fix linting issues met lint-action
This commit is contained in:
		
							parent
							
								
									9f88737c48
								
							
						
					
					
						commit
						aeab6aee61
					
				
					 14 changed files with 102 additions and 103 deletions
				
			
		
							
								
								
									
										16
									
								
								.vscode/extensions.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										16
									
								
								.vscode/extensions.json
									
										
									
									
										vendored
									
									
								
							|  | @ -1,10 +1,10 @@ | |||
| { | ||||
|   "recommendations": [ | ||||
|     "Vue.volar", | ||||
|     "vitest.explorer", | ||||
|     "ms-playwright.playwright", | ||||
|     "dbaeumer.vscode-eslint", | ||||
|     "EditorConfig.EditorConfig", | ||||
|     "esbenp.prettier-vscode" | ||||
|   ] | ||||
|     "recommendations": [ | ||||
|         "Vue.volar", | ||||
|         "vitest.explorer", | ||||
|         "ms-playwright.playwright", | ||||
|         "dbaeumer.vscode-eslint", | ||||
|         "EditorConfig.EditorConfig", | ||||
|         "esbenp.prettier-vscode" | ||||
|     ] | ||||
| } | ||||
|  |  | |||
							
								
								
									
										22
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							|  | @ -1,13 +1,13 @@ | |||
| { | ||||
|   "explorer.fileNesting.enabled": true, | ||||
|   "explorer.fileNesting.patterns": { | ||||
|     "tsconfig.json": "tsconfig.*.json, env.d.ts", | ||||
|     "vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*", | ||||
|     "package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*, .editorconfig" | ||||
|   }, | ||||
|   "editor.codeActionsOnSave": { | ||||
|     "source.fixAll.eslint": "explicit" | ||||
|   }, | ||||
|   "editor.formatOnSave": false, | ||||
|   "editor.defaultFormatter": "esbenp.prettier-vscode" | ||||
|     "explorer.fileNesting.enabled": true, | ||||
|     "explorer.fileNesting.patterns": { | ||||
|         "tsconfig.json": "tsconfig.*.json, env.d.ts", | ||||
|         "vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*", | ||||
|         "package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .prettier*, prettier*, .editorconfig" | ||||
|     }, | ||||
|     "editor.codeActionsOnSave": { | ||||
|         "source.fixAll.eslint": "explicit" | ||||
|     }, | ||||
|     "editor.formatOnSave": false, | ||||
|     "editor.defaultFormatter": "esbenp.prettier-vscode" | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Lint Action
						Lint Action