Skip to content

Commit d2afe89

Browse files
committed
Override default prettier xml config pending release of prettier/plugin-xml#893 (prettier/prettier#17653)
1 parent 473b279 commit d2afe89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
{
55
"files": "*.xlf",
66
"options": { "parser": "xml", "printWidth": 1000 }
7+
},
8+
{
9+
"files": ["**/*.ts"],
10+
"options": {
11+
"parser": "typescript"
12+
}
713
}
814
]
915
}

0 commit comments

Comments
 (0)