This commit is contained in:
PxlLoewe
2025-02-15 18:06:21 +01:00
parent 1fba206dbf
commit bb9feaa1cc
14 changed files with 224 additions and 14 deletions

18
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"editor.formatOnSave": true,
"files.autoSave": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"],
"eslint.workingDirectories": ["./client", "./server"],
"eslint.lintTask.enable": true,
"restoreTerminals.terminals": [
{
"splitTerminals": [
{
"name": "Monorepo",
"commands": ["npm run dev"]
}
]
}
]
}