docs: add section about Prettier to the README

This commit is contained in:
James Murdza 2024-11-17 20:00:41 -05:00
parent 5d4a34e7ad
commit 9c3787b99d

View File

@ -289,6 +289,10 @@ cd sandbox
git checkout -b my-new-branch 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 ### 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/) Before you create a Pull Request, please check that you use the [Conventional Commits format](https://www.conventionalcommits.org/en/v1.0.0/)