Prettier version should match Nix's

This commit is contained in:
Patrick Fong
2023-11-07 13:47:11 -08:00
parent 1f6d35fcb5
commit cd4e4d9e30

View File

@ -453,9 +453,7 @@ modifying anything Prettier will lint, you may want to install it locally and
run this from the repo root before you commit:
```
npm install -g prettier
prettier --write .
```
Or simply install one of the many Prettier extensions out there for your
editor of choice.
Make sure your Prettier version matches the version of in [devshell.nix](https://github.com/mitchellh/ghostty/blob/main/nix/devshell.nix).