Feature/set angular parser in prettierrc (#3028)

* Set parser to angular

* Update changelog
This commit is contained in:
Thomas Kaul
2024-02-20 19:54:03 +01:00
committed by GitHub
parent 5aa16a3779
commit 982c71c728
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,12 @@
"importOrder": ["^@ghostfolio/(.*)$", "<THIRD_PARTY_MODULES>", "^[./]"],
"importOrderSeparation": true,
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
},
{
"files": "*.ts",
"options": {