From 967ddb506f9a0eec7fb382cfae3769e51394c53e Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Fri, 7 Jun 2024 05:35:31 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc4f54e..22e770a 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,16 @@ You can run a linter (specifically eslint) to find potential sources of error in ``` npm run eslint ``` +and can change what it ignores, warns, or errors for in the eslint.config.mjs file located in the root. You can also enforce a consistent style on the code with: ``` npm run prettier ``` +And can add more rules to this in the .prettierrc file located in the root. + + UI Prototype: https://www.figma.com/file/LEEXoiNaKNr2uPQo002aQm/SaveHaven-site?type=design&node-id=0%3A1&mode=design&t=1YXDdRgnNafMAqs2-1 Project Description: