From cd4e4d9e30669d09dfdcff3354e78ce5ae0748fc Mon Sep 17 00:00:00 2001 From: Patrick Fong Date: Tue, 7 Nov 2023 13:47:11 -0800 Subject: [PATCH] Prettier version should match Nix's --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 512aa7a73..344e0af37 100644 --- a/README.md +++ b/README.md @@ -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).