Skip to content

Commit 26d7c8b

Browse files
Workaround a bug blocking updates to Prettier
Refs #2563, #2561, prettier/plugin-xml#893, prettier/prettier#17653
1 parent 5f83f41 commit 26d7c8b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.prettierrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
"printWidth": 120,
55
"semi": false,
66
"singleQuote": true,
7+
"overrides": [
8+
{
9+
"files": ["**/*.ts"],
10+
"options": {
11+
"parser": "typescript"
12+
}
13+
}
14+
],
715
"plugins": [
816
"@prettier/plugin-xml",
917
"prettier-plugin-embed",

0 commit comments

Comments
 (0)