Skip to content

Commit

Permalink
chore: update prettier configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Aug 12, 2023
1 parent 308eba1 commit 29e5eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"plugins": [
"prettier-plugin-go-template"
],
"goTemplateBracketSpacing": true,
"overrides": [
{
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
},
"homepage": "https://github.com/hugomods/bootstrap",
"devDependencies": {
"prettier": "^3.0.0",
"prettier-plugin-go-template": "^0.0.15"
}
}

0 comments on commit 29e5eba

Please sign in to comment.