diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 0000000..b4ef012 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,5 @@ +{ + "proseWrap": "never", + "singleQuote": true, + "semi": false +} diff --git a/readme.md b/readme.md index 1a8911a..e7e22cc 100644 --- a/readme.md +++ b/readme.md @@ -4,5 +4,5 @@ A full stack demo of file uploads via GraphQL mutations using [Apollo](https://apollographql.com) [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec) implementations: -* [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server). -* [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client). +- [Example GraphQL API](api) using [apollo-upload-server](https://github.com/jaydenseric/apollo-upload-server). +- [Example web app](app) using [apollo-upload-client](https://github.com/jaydenseric/apollo-upload-client).