Skip to content

Commit

Permalink
chore: set prettier as the default formatter for html in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kelly committed Apr 8, 2022
1 parent c711a5f commit 07df8ef
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
"conventionalCommits.autoCommit": false,
"conventionalCommits.gitmoji": false,
"jestrunner.configPath": "config/jest-unit.config.js"
"jestrunner.configPath": "config/jest-unit.config.js",
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 07df8ef

Please sign in to comment.