From 9c3787b99df1cce35b152b1791cd13d797314265 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sun, 17 Nov 2024 20:00:41 -0500 Subject: [PATCH] docs: add section about Prettier to the README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d84d72a..e945435 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,10 @@ cd sandbox git checkout -b my-new-branch ``` +### Code formatting + +This repository uses [Prettier](https://marketplace.cursorapi.com/items?itemName=esbenp.prettier-vscode) for code formatting, which you will be prompted to install when you open the project. The formatting rules are specified in [.prettierrc](.prettierrc). + ### Commit convention Before you create a Pull Request, please check that you use the [Conventional Commits format](https://www.conventionalcommits.org/en/v1.0.0/)