Skip to content

Commit

Permalink
Enable format on save for markdown and javascript files
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed May 23, 2024
1 parent 5357649 commit a6642de
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
}
},
"[markdown]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},

Check failure on line 17 in .vscode/settings.json

View workflow job for this annotation

GitHub Actions / build-and-test (20.x)

Unexpected trailing comma
}

0 comments on commit a6642de

Please sign in to comment.