Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored Jun 7, 2024
1 parent 551f72a commit 967ddb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 967ddb5

Please sign in to comment.