mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 12:20: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/
|
/static/js/
|
||||||
/src/favicon/
|
/src/favicon/
|
||||||
LICENSE
|
LICENSE
|
||||||
|
**/*.html
|
||||||
|
10
.prettierrc
10
.prettierrc
@ -2,13 +2,5 @@
|
|||||||
"printWidth": 99,
|
"printWidth": 99,
|
||||||
"singleQuote": false,
|
"singleQuote": false,
|
||||||
"semi": false,
|
"semi": false,
|
||||||
"trailingComma": "none",
|
"trailingComma": "none"
|
||||||
"overrides": [
|
|
||||||
{
|
|
||||||
"files": ["*.html"],
|
|
||||||
"options": {
|
|
||||||
"parser": "go-template"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
@ -52,7 +52,6 @@
|
|||||||
"npm-run-all": "4.1.5",
|
"npm-run-all": "4.1.5",
|
||||||
"postcss-loader": "7.3.3",
|
"postcss-loader": "7.3.3",
|
||||||
"prettier": "2.8.8",
|
"prettier": "2.8.8",
|
||||||
"prettier-plugin-go-template": "0.0.13",
|
|
||||||
"sass": "1.63.6",
|
"sass": "1.63.6",
|
||||||
"sass-loader": "13.3.2",
|
"sass-loader": "13.3.2",
|
||||||
"shx": "0.3.4",
|
"shx": "0.3.4",
|
||||||
|
Loading…
Reference in New Issue
Block a user