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