config: format json hbs as json (#540)

This commit is contained in:
Manuel
2024-05-24 21:49:25 +02:00
committed by GitHub
parent 114176ee17
commit 9e199b7dff
3 changed files with 56 additions and 12 deletions

View File

@@ -18,6 +18,14 @@ const config = {
importOrderParserPlugins: ["typescript", "jsx", "decorators-legacy"],
printWidth: 120,
importOrderTypeScriptVersion: "4.4.0",
overrides: [
{
files: "*.json.hbs",
options: {
parser: "json",
},
},
],
};
export default config;