chore: remove unmaintained dependency prettier-plugin-go-template

This commit is contained in:
Robert Kaussow 2023-07-05 20:30:53 +02:00
parent 7d8e959097
commit 6215658c55
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
3 changed files with 2 additions and 10 deletions

View File

@ -6,3 +6,4 @@ list.json.json
/static/js/
/src/favicon/
LICENSE
**/*.html

View File

@ -2,13 +2,5 @@
"printWidth": 99,
"singleQuote": false,
"semi": false,
"trailingComma": "none",
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
"trailingComma": "none"
}

View File

@ -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",