Skip to content

Commit be98a2b

Browse files
committed
Add Prettier config to docs/sources
1 parent 3b04261 commit be98a2b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/sources/.prettierrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"singleQuote": true,
3+
"quoteProps": "consistent",
4+
"trailingComma": "es5",
5+
"printWidth": 100,
6+
"overrides": [
7+
{
8+
"files": ["**/*.md"],
9+
"options": {
10+
"parser": "babel"
11+
}
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)