Skip to content

Commit eaac3ff

Browse files
committed
add prettierrc
1 parent e4702fb commit eaac3ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"semi": true,
3+
"trailingComma": "all",
4+
"singleQuote": true,
5+
"printWidth": 70
6+
}

0 commit comments

Comments
 (0)