removing prettier

This commit is contained in:
Fabians
2022-08-10 16:33:56 +03:00
parent 7488578aff
commit 44d390d1bb
4 changed files with 0 additions and 7 deletions
-4
View File
@@ -1,4 +0,0 @@
{
"tabWidth": 2,
"useTabs": false
}
-1
View File
@@ -5,7 +5,6 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"mjmlio.vscode-mjml",
"esbenp.prettier-vscode",
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": [
-1
View File
@@ -1,5 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[mjml]": {
"editor.defaultFormatter": "mjmlio.vscode-mjml"
},
-1
View File
@@ -9,6 +9,5 @@
},
"devDependencies": {
"mjml": "^4.13.0",
"prettier": "^2.7.1"
}
}