chore: remove unmaintained dependency prettier-plugin-go-template (#409)

This commit is contained in:
Robert Kaussow 2023-07-05 20:46:22 +02:00 committed by GitHub
parent 199d7debd7
commit cef2ae89a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 10 deletions

View File

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

View File

@ -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"
}
}
]
} }

View File

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