From 7e5db9183b3c266ea21bf0b1953c1f3a639c2a3e Mon Sep 17 00:00:00 2001 From: Nari Lee Date: Thu, 27 Apr 2023 12:44:00 -0400 Subject: [PATCH] Add disclaimer about the linter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0a1409..bbc0264 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ We welcome all outside contributors to help out on building our website, but the 4. Run `npm install` to install all dependencies 5. Run `npm run dev` to create a local server to start contributing! 6. Open [http://localhost:3000](http://localhost:3000) to view your changes -7. Before pushing a commit, please run `npx prettier --write .` and `black .` +7. Before pushing a commit, please run `npx prettier --write .` and `black .`, although Visual Studio Code should automatically perform this task for you.