Skip to content

Commit

Permalink
Added npm changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangeetha-Bheeman committed Nov 7, 2023
1 parent a9571d4 commit 6ff0d50
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Does what it says on the tin.

## Project setup

To install dependencies and to ignore old version dependencies to avoid errors - https://stackoverflow.com/questions/66239691/what-does-npm-install-legacy-peer-deps-do-exactly-when-is-it-recommended-wh

```shell
Expand Down Expand Up @@ -33,16 +34,19 @@ npm run lint
```

To fix the errors

```shell
npm run lint -- --fix
```
For prettier

For prettier

```shell
npm run pretty
```

To fix the errors

```shell
npx prettier --write .
```
Expand Down

0 comments on commit 6ff0d50

Please sign in to comment.