chore: VSCode editor settings

This commit is contained in:
Tibo De Peuter 2025-02-20 14:19:45 +01:00
parent 788e1642d1
commit a0317090c7
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2

13
.vscode/settings.json vendored Normal file
View 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"
}