Use prettier to format other files
+ Add vscode settings to automatically use it.
This commit is contained in:
parent
b222541ea8
commit
4d40de58fc
6 changed files with 35 additions and 2 deletions
7
.vscode/settings.json
vendored
Normal file
7
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"editor.formatOnSave": true,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.eslint": true
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue