Skip to content

Commit 6e59a58

Browse files
committed
add prettier formatter
1 parent 931cbfc commit 6e59a58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.prettierrc

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"printWidth": 100,
3+
"trailingComma": "es5",
4+
"tabWidth": 2,
5+
"semi": false,
6+
"singleQuote": true,
7+
"jsxBracketSameLine": true
8+
}

0 commit comments

Comments
 (0)