Skip to content

Commit

Permalink
[ES] Format on save in VS Code using dprint (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dchege711 authored Jun 10, 2024
1 parent e63c26a commit 26c98cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
"jshint.enable": false,
"editor.formatOnSave": true,
"eslint.enable": true,
"gitlens.advanced.blame.customArguments": [
"--ignore-revs-file",
".git-blame-ignore-revs"
],
"markdownlint.config": {
"MD041": false
},
"[typescript]": {
"editor.defaultFormatter": "dprint.dprint"
}
}

0 comments on commit 26c98cf

Please sign in to comment.