Lint fixes.
This commit is contained in:
parent
3342503c7e
commit
480f5be689
@ -2,9 +2,9 @@
|
||||
|
||||
An example GraphQL API using:
|
||||
|
||||
* [koa](https://npm.im/koa)
|
||||
* [graphql-server-koa](https://npm.im/graphql-server-koa)
|
||||
* [apollo-upload-server](https://npm.im/apollo-upload-server)
|
||||
- [koa](https://npm.im/koa)
|
||||
- [graphql-server-koa](https://npm.im/graphql-server-koa)
|
||||
- [apollo-upload-server](https://npm.im/apollo-upload-server)
|
||||
|
||||
## Setup
|
||||
|
||||
@ -15,10 +15,10 @@ An example GraphQL API using:
|
||||
|
||||
Ensure your editor supports:
|
||||
|
||||
* [EditorConfig](http://editorconfig.org).
|
||||
* [ESLint](http://eslint.org), respecting `package.json` config.
|
||||
* [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint).
|
||||
* [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
|
||||
- [EditorConfig](http://editorconfig.org).
|
||||
- [ESLint](http://eslint.org), respecting `package.json` config.
|
||||
- [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint).
|
||||
- [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ export default /* GraphQL */ `
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
singleUpload (file: Upload!): File!
|
||||
multipleUpload (files: [Upload!]!): [File!]!
|
||||
singleUpload(file: Upload!): File!
|
||||
multipleUpload(files: [Upload!]!): [File!]!
|
||||
}
|
||||
`
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
|
||||
An example SSR web app using:
|
||||
|
||||
* [next](https://npm.im/next)
|
||||
* [react-apollo](https://npm.im/react-apollo)
|
||||
* [apollo-upload-client](https://npm.im/apollo-upload-client)
|
||||
- [next](https://npm.im/next)
|
||||
- [react-apollo](https://npm.im/react-apollo)
|
||||
- [apollo-upload-client](https://npm.im/apollo-upload-client)
|
||||
|
||||
## Setup
|
||||
|
||||
@ -15,10 +15,10 @@ An example SSR web app using:
|
||||
|
||||
Ensure your editor supports:
|
||||
|
||||
* [EditorConfig](http://editorconfig.org).
|
||||
* [ESLint](http://eslint.org), respecting `package.json` config.
|
||||
* [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint).
|
||||
* [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
|
||||
- [EditorConfig](http://editorconfig.org).
|
||||
- [ESLint](http://eslint.org), respecting `package.json` config.
|
||||
- [Atom](https://atom.io): [`linter-eslint`](https://atom.io/packages/linter-eslint).
|
||||
- [VS Code](https://code.visualstudio.com): [`vscode-eslint`](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint).
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user