chore: VSCode editor settings
This commit is contained in:
		
							parent
							
								
									788e1642d1
								
							
						
					
					
						commit
						a0317090c7
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		
							
								
								
									
										13
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
										Normal file
									
								
							|  | @ -0,0 +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" | ||||
| } | ||||
		Reference in a new issue