mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 04:10:39 +00:00
chore: remove unmaintained dependency prettier-plugin-go-template (#658)
This commit is contained in:
parent
7d8e959097
commit
c522d43505
@ -6,3 +6,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"
|
||||
}
|
||||
|
@ -52,7 +52,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