13 lines
		
	
	
	
		
			509 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			509 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "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"
 | |
| }
 |