diff --git a/README.md b/README.md index 3b37b5d4..18473cd2 100644 --- a/README.md +++ b/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. diff --git a/content/concepts/architecture.md b/content/concepts/architecture.md index 5ffe562e..80db458b 100644 --- a/content/concepts/architecture.md +++ b/content/concepts/architecture.md @@ -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 -```