feat: Install prettier and improve formatting

This commit is contained in:
Yiannis Christodoulou
2025-06-24 17:27:39 +03:00
parent bce3acca41
commit cdbb7a8de3
5 changed files with 25 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.configPath": ".prettierrc"
}