Use prettier to format other files

+ Add vscode settings to automatically use it.
This commit is contained in:
nimbleghost 2023-05-29 22:23:54 +02:00
parent b222541ea8
commit 4d40de58fc
6 changed files with 35 additions and 2 deletions

7
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,7 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}