Skip to content

Commit a69cb5b

Browse files
committed
sync dependencies with parse-server and add prettier config
1 parent d4062cb commit a69cb5b

File tree

3 files changed

+22255
-10228
lines changed

3 files changed

+22255
-10228
lines changed

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"semi": true,
3+
"trailingComma": "es5",
4+
"singleQuote": true,
5+
"arrowParens": "avoid",
6+
"printWidth": 100
7+
}

0 commit comments

Comments
 (0)