chore: add prettier vscode settings (#735)

* chore: add prettier vscode settings

* simplify

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Dom Sip 2022-04-19 18:49:30 +01:00 committed by Chloe
parent 2401a42b63
commit f37244cab7

View File

@ -1,5 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules/typescript/lib"
"editor.formatOnSave": true
}