Bump the version of prettier to 2.3.1.

This hasn't resulted in any file changes.
This commit is contained in:
Qi Xiao 2021-06-15 17:40:41 +01:00
parent 51655b6a22
commit 92ce3388ea
2 changed files with 2 additions and 2 deletions

View File

@ -133,6 +133,6 @@ jobs:
- name: Set up Node prefix
run: npm config set prefix $NPM_PREFIX
- name: Set up prettier
run: npm install --global prettier@2.0.5
run: npm install --global prettier@2.3.1
- name: Check style
run: ./tools/checkstyle-md.sh

View File

@ -143,7 +143,7 @@ format Go files, and [prettier](https://prettier.io/) to format Markdown files.
```sh
go get golang.org/x/tools/cmd/goimports
npm install --global prettier@2.0.5
npm install --global prettier@2.3.1
```
Once you have installed the tools, use `make style` to format Go and Markdown