jaydenseric / graphql-multipart-request-spec

A spec for GraphQL multipart form requests (file uploads).
993 stars 54 forks source link

Typo #30

Closed marceloverdijk closed 4 years ago

jaydenseric commented 4 years ago

Thanks for the attention to detail, but that semicolon is automatically inserted by Prettier, and I can’t think of an elegant way to deal with this so that it won’t come back again.

Even if it’s a little distracting it’s technically ok to stay there, as the example is JS and prettier puts semicolons before arrays for safety.

marceloverdijk commented 4 years ago

ok no problem ;-)