Skip to content

Commit 8094266

Browse files
committed
chore: Add Prettier config
1 parent 915c304 commit 8094266

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.prettierrc

+14-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
{}
1+
{
2+
"trailingComma": "es5",
3+
"tabWidth": 2,
4+
"semi": true,
5+
"singleQuote": true,
6+
"overrides": [
7+
{
8+
"files": ["*.svx"],
9+
"options": {
10+
"parser": "mdx"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)