From 6007131bfee03980a37ae5e775bb78057f3da9fe Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 26 Sep 2024 20:07:42 -0700 Subject: [PATCH] Update style section of contributing guide (#887) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e74b444fe..0a246a072 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Contributions to this project must be accompanied by a Contributor License Agree The project uses American English. -Coding style and formatting is automated for each pull request. We use [Prettier](https://prettier.io/). +We have a set of recommended Visual Studio Code extensions to enforce our style and quality standards. Please ensure you use these, especially [Prettier](https://prettier.io) and [EditorConfig](https://editorconfig.org), when contributing to our code. ## How to contribute