Skip to content
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit c5f3952

Browse files
committed
Adds Prettier config to basic server.
1 parent 6218c9f commit c5f3952

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

basic/server/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@
66
"dependencies": {
77
"graphcool-binding": "1.3.5",
88
"graphql-yoga": "1.2.5"
9+
},
10+
"prettier": {
11+
"semi": false,
12+
"singleQuote": true,
13+
"trailingComma": "all"
914
}
1015
}

0 commit comments

Comments
 (0)