Readme tweaks.

This commit is contained in:
Jayden Seric 2022-08-08 09:21:49 +10:00
parent dfdf5ec22a
commit 9e6c77bad2
2 changed files with 8 additions and 10 deletions

View File

@ -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`.

View File

@ -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`.