From 0c18d8f04b47753c6d7004606e00fcfe2a31cde1 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Mon, 3 Jul 2023 18:29:56 +0100 Subject: [PATCH] docs(contributing): add note about editorconfig ext and vsc auto install --- .github/CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index cd3dbf65..e81989bc 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -67,6 +67,9 @@ If you are assigned to an issue but can't complete it for whatever reason, no pr Our recommended development environment to work on movie-web is: - [Visual Studio Code](https://code.visualstudio.com/) - [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) +- [EditorConfig Extension](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) + +When opening Visual Studio Code, you will be prompted to install our recommended extensions if they are not installed for you. Our project is set up to enforce formatting and code style standards using ESLint.