formated project with prettier

This commit is contained in:
PxlLoewe
2025-02-25 00:45:36 +01:00
parent c5b8a7c4cb
commit 22606b2137
95 changed files with 17771 additions and 17068 deletions

40
.vscode/settings.json vendored
View File

@@ -1,21 +1,23 @@
{
"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"]
}
]
}
],
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
"editor.formatOnSave": true,
"files.autoSave": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": ["source.formatDocument", "source.fixAll.eslint"],
"eslint.lintTask.enable": true,
"restoreTerminals.terminals": [
{
"splitTerminals": [
{
"name": "Monorepo",
"commands": ["npm run dev"]
}
]
}
],
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
},
"[xml]": {
"editor.defaultFormatter": "redhat.vscode-xml"
}
}