From b5af05adacefabcf5c5d7cf0b25d41fe3bfcc01c Mon Sep 17 00:00:00 2001 From: beefchimi Date: Wed, 31 Jul 2024 09:53:10 -0400 Subject: [PATCH] :books: [Docs] Minor change to contributing.md --- docs/contributing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/contributing.md b/docs/contributing.md index c4286e4..bd35db3 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -47,6 +47,7 @@ For a list of all the available commands, please see the root `package.json`. Ov - All `localhost` addresses for running apps will be printed to your terminal when you run `start`. - `lint` checks the codebase for `eslint` errors, but does not fix them. - `lint:fix` automatically fixes any `eslint` errors that can be programatically resolved. +- `format` originally checked the codebase for `prettier` errors, but that is now handled by `eslint` and is performed via the `lint` tasks. - `type-check` checks the codebase for any TypeScript errors, but does not fix them. - `test` fires up the `vitest` server and runs all `*.test.ts` files. - `clean` will delete any `dist` and `coverage` folders.