diff --git a/api/readme.md b/api/readme.md index 592ee80..d01b6a1 100644 --- a/api/readme.md +++ b/api/readme.md @@ -16,7 +16,9 @@ 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) users install [`linter-eslint`](https://atom.io/packages/linter-eslint) and enable `Fix errors on save`. +* [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 diff --git a/app/readme.md b/app/readme.md index 1363936..99c61c7 100644 --- a/app/readme.md +++ b/app/readme.md @@ -16,7 +16,9 @@ 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) users install [`linter-eslint`](https://atom.io/packages/linter-eslint) and enable `Fix errors on save`. +* [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