Skip to content

Commit 0399846

Browse files
committed
Update Prettier extension and formatter config
Switched to 'prettier.prettier-vscode' for formatting in VS Code settings and added it to recommended extensions. Minor formatting adjustment in dependabot.yml.
1 parent 614ea2b commit 0399846

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ updates:
1313
update-types:
1414
- 'minor'
1515
- 'patch'
16+
1617
- package-ecosystem: github-actions
1718
directory: '/'
1819
schedule:

.vscode/extensions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"dbaeumer.vscode-eslint",
44
"EditorConfig.EditorConfig",
55
"HTMLHint.vscode-htmlhint",
6+
"prettier.prettier-vscode",
67
"streetsidesoftware.code-spell-checker"
78
]
89
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"[javascript][typescript][json][jsonc][markdown][yaml]": {
3-
"editor.defaultFormatter": "esbenp.prettier-vscode",
3+
"editor.defaultFormatter": "prettier.prettier-vscode",
44
"editor.formatOnSave": true
55
},
66
"[javascript][typescript]": {

0 commit comments

Comments
 (0)