You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: frontend/peerprep/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,13 @@ Make sure to deploy the output of `npm run build`
78
78
│ └── server/ # Server-side code
79
79
```
80
80
81
+
### Lint check
82
+
To run the lint check:
83
+
84
+
```bash
85
+
npm run lint
86
+
```
87
+
81
88
## Styling
82
89
83
90
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