mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 04:30:40 +00:00
chore: remove unmaintained dependency prettier-plugin-go-template (#409)
This commit is contained in:
parent
199d7debd7
commit
cef2ae89a6
@ -7,3 +7,4 @@ list.json.json
|
||||
/static/js/
|
||||
/src/favicon/
|
||||
LICENSE
|
||||
**/*.html
|
||||
|
10
.prettierrc
10
.prettierrc
@ -2,13 +2,5 @@
|
||||
"printWidth": 99,
|
||||
"singleQuote": false,
|
||||
"semi": false,
|
||||
"trailingComma": "none",
|
||||
"overrides": [
|
||||
{
|
||||
"files": ["*.html"],
|
||||
"options": {
|
||||
"parser": "go-template"
|
||||
}
|
||||
}
|
||||
]
|
||||
"trailingComma": "none"
|
||||
}
|
||||
|
@ -49,7 +49,6 @@
|
||||
"npm-run-all": "4.1.5",
|
||||
"postcss-loader": "7.3.3",
|
||||
"prettier": "2.8.8",
|
||||
"prettier-plugin-go-template": "0.0.13",
|
||||
"sass": "1.63.6",
|
||||
"sass-loader": "13.3.2",
|
||||
"shx": "0.3.4",
|
||||
|
Loading…
Reference in New Issue
Block a user