Skip to content

Commit 78f6c70

Browse files
tiagoloureirosrtab
authored andcommitted
fix @dipcode/prettier-config not being declared as dependency
1 parent 549ed80 commit 78f6c70

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.vscode/extensions.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"recommendations": [
3-
"editorconfig.editorconfig",
4-
"esbenp.prettier-vscode",
5-
"github.vscode-github-actions"
6-
]
7-
}
2+
"recommendations": ["editorconfig.editorconfig", "esbenp.prettier-vscode", "github.vscode-github-actions"]
3+
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"[json]": {
77
"editor.defaultFormatter": "esbenp.prettier-vscode"
88
}
9-
}
9+
}

0 commit comments

Comments
 (0)