Skip to content

Commit ccd88ca

Browse files
committed
Update README to include running linter
1 parent ce53799 commit ccd88ca

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/peerprep/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ Make sure to deploy the output of `npm run build`
7878
│ └── server/ # Server-side code
7979
```
8080

81+
### Lint check
82+
To run the lint check:
83+
84+
```bash
85+
npm run lint
86+
```
87+
8188
## Styling
8289

8390
This template comes with [Tailwind CSS](https://tailwindcss.com/) already configured for a simple default starting experience. You can use whatever CSS framework you prefer.

0 commit comments

Comments
 (0)