mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-04 19:07:51 +08:00
Bump the version of prettier to 2.3.1.
This hasn't resulted in any file changes.
This commit is contained in:
parent
51655b6a22
commit
92ce3388ea
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user