Browse Source

fix: rename vale check style

friedger-patch-1
Alexander Graebe 4 years ago
committed by Alexander Graebe
parent
commit
534c7eb08f
  1. 2
      README.md
  2. 2
      package.json
  3. 2
      src/pages/ecosystem/contributing.md

2
README.md

@ -15,7 +15,7 @@ If you are interested in contributing to the site and making changes, please ref
This repository uses [vale](https://github.com/errata-ai/vale) to run style checks. Make sure to install the tool and run the following command before creating a PR in order to check for styling issues:
```bash
yarn vale:check
yarn check:style
```
### Blockstack CLI reference

2
package.json

@ -121,7 +121,7 @@
"dev": "yarn clean:build-files && next dev",
"build:cli-reference": "stx docs > src/_data/cli-reference.json",
"export": "next export",
"lint": "yarn lint:eslint && yarn lint:prettier && yarn vale:check",
"lint": "yarn lint:eslint && yarn lint:prettier && yarn check:style",
"lint:eslint": "eslint \"src/**/*.{ts,tsx}\" -f unix",
"lint:fix": "eslint \"src/**/*.{ts,tsx}\" -f unix --fix",
"lint:prettier": "prettier --check \"src/**/*.{ts,tsx,md,mdx}\" *.js",

2
src/pages/ecosystem/contributing.md

@ -182,7 +182,7 @@ fetch external data at runtime and use it in some way within our pages.
We use the [Google Developer documentation style guides](https://developers.google.com/style/) in this project. Make sure to install [vale](https://github.com/errata-ai/vale) and run the style checks before you create a PR:
```bash
yarn vale:check
yarn check:style
```
### Always use Markdown when possible

Loading…
Cancel
Save