diff --git a/api/readme.md b/api/readme.md index 1984b46..a21180b 100644 --- a/api/readme.md +++ b/api/readme.md @@ -15,11 +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](https://editorconfig.org) +- [ESLint](https://eslint.org) +- [Prettier](https://prettier.io) ## Requirements -See `package.json` `engines`. +See the [`package.json`](./package.json) field `engines`. diff --git a/app/readme.md b/app/readme.md index 8a01cce..08447a5 100644 --- a/app/readme.md +++ b/app/readme.md @@ -15,11 +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](https://editorconfig.org) +- [ESLint](https://eslint.org) +- [Prettier](https://prettier.io) ## Requirements -See `package.json` `engines` and `browserslist`. +See the [`package.json`](./package.json) fields `engines` and `browserslist`.