From 9e6c77bad2bef1a0ea4536c0e98688bc5c28f3e8 Mon Sep 17 00:00:00 2001 From: Jayden Seric Date: Mon, 8 Aug 2022 09:21:49 +1000 Subject: [PATCH] Readme tweaks. --- api/readme.md | 9 ++++----- app/readme.md | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) 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`.