Bug 38664: .prettierrc.js changes for template files

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-12-12 16:29:48 +01:00 committed by Katrin Fischer
parent 7c045e740c
commit 26aa21d36a
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -9,6 +9,13 @@ module.exports = {
options: {
semi: false,
}
}
]
},
{
files: ["*.tt", "*.inc"],
options: {
parser: "jinja-template",
plugins: ["prettier-plugin-jinja-template"],
},
},
],
}