chore(package.json): add prettier-plugin-go-template as a dev dependency to enable formatting of Go templates with Prettier

This commit is contained in:
Sped0n
2023-10-29 12:29:24 +08:00
parent e93bca55d5
commit 6d3a9f2e7d
2 changed files with 19 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"prettier": "3.0.1",
"prettier-plugin-go-template": "^0.0.15",
"typescript": "^5.1.6"
},
"dependencies": {