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

This commit is contained in:
Robert Kaussow 2023-07-05 20:45:54 +02:00 committed by GitHub
parent 7d8e959097
commit c522d43505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 10 deletions

View file

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