mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
vs code extension suggestions
This commit is contained in:
parent
7d461f75f4
commit
fafd1ff424
10
README.md
10
README.md
@ -27,6 +27,7 @@
|
||||
- [Development](#development)
|
||||
- [Use Docker](#use-docker)
|
||||
- [Linting & formatting](#linting--formatting)
|
||||
- [Editor setup: VS Code](#editor-setup-vs-code)
|
||||
- [GitHub GraphQL API](#github-graphql-api)
|
||||
- [Authors](#authors)
|
||||
- [License](#license)
|
||||
@ -196,6 +197,15 @@ npm run lint
|
||||
npm run format
|
||||
```
|
||||
|
||||
### Editor setup: VS Code
|
||||
|
||||
If you use VS Code as your editor, you can install those extensions to get linting as you type, and auto-formatting as you save:
|
||||
|
||||
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
|
||||
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
|
||||
- [stylelint](https://marketplace.visualstudio.com/items?itemName=shinnn.stylelint)
|
||||
- [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint)
|
||||
|
||||
## GitHub GraphQL API
|
||||
|
||||
The GitHub GraphQL API integration is done through [gatsby-source-graphql](https://www.gatsbyjs.org/packages/gatsby-source-graphql/) and requires authorization.
|
||||
|
@ -8,7 +8,3 @@ See the page about the [Ocean network components](/concepts/components/).
|
||||
See the (somewhat-dated) diagram on the page https://github.com/oceanprotocol/dev-ocean/blob/master/doc/architecture.md
|
||||
|
||||
![Ocean Protocol Components](images/components.png 'Ocean Protocol Components')
|
||||
|
||||
```text
|
||||
bfhejfrefrze
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user