2024-09-10 09:50:11 +00:00
|
|
|
{
|
|
|
|
"editor.codeActionsOnSave": {
|
2024-10-15 18:39:30 +00:00
|
|
|
"source.fixAll.eslint": "always",
|
|
|
|
"source.organizeImports": "always"
|
2024-09-10 09:50:11 +00:00
|
|
|
},
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[dotenv]": {
|
|
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
|
|
},
|
|
|
|
"[properties]": {
|
|
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
|
|
},
|
|
|
|
"eslint.workingDirectories": ["./api", "./frontend"],
|
|
|
|
"[typescriptreact]": {
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
|
|
},
|
|
|
|
"[ignore]": {
|
|
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
|
|
},
|
|
|
|
"[shellscript]": {
|
|
|
|
"editor.defaultFormatter": "foxundermoon.shell-format"
|
|
|
|
}
|
|
|
|
}
|