Skip to content

Commit 311dfdd

Browse files
committed
Correct prettier extension and apply patches
1 parent d51d813 commit 311dfdd

File tree

5 files changed

+143
-346
lines changed

5 files changed

+143
-346
lines changed

.vscode/extensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"recommendations": ["dbaeumer.vscode-eslint", "prettier.prettier-vscode"]
2+
"recommendations": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
33
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"editor.tabSize": 2,
33
"files.trimTrailingWhitespace": true,
4-
"editor.defaultFormatter": "prettier.prettier-vscode",
4+
"editor.defaultFormatter": "esbenp.prettier-vscode",
55
"editor.codeActionsOnSave": {
66
"source.fixAll.eslint": "always"
77
},

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ This without the need for Flash, Java nor any other plugins / addons. Just TypeS
3131

3232
## Live Demo
3333

34-
Want a play with the latest videomail-client version? ‍️⛹🏼<br/>
35-
Sure, the playground is yours on [videomail-client.netlify.app](https://videomail-client.netlify.app)
34+
Have fun on [videomail-client.netlify.app](https://videomail-client.netlify.app)
3635

3736
### Real world usages
3837

0 commit comments

Comments
 (0)