forked from abner/for-legacy-web
Add VSCode prettier to recommendations.
parent
c00b5ae37a
commit
6f6020c474
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"recommendations": ["esbenp.prettier-vscode"]
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
Loading…
Reference in New Issue