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: .cursor/rules/01-MUST-DO.mdc
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
---
2
2
description: Basic guidelines for the project so vibe coders don't fuck it up
3
-
globs:
3
+
globs:
4
4
alwaysApply: true
5
5
---
6
+
6
7
Always ensure type-safety, don't use type: any unless needed, when creating APIs, responses, or components, create proper interfaces and make them in the shared types folders where it fits best, not in the same file
7
8
8
9
When working on anything, try to split off components, utils, anything reusable to ensure better loading speed and less complexity
@@ -39,10 +40,8 @@ use console properly, like console.error, console.time, console.json, console.ta
39
40
40
41
Use Dayjs NEVER date-fns, and Tanstack query for hooks, NEVER SWR
41
42
42
-
Use ONLY Zod V4 from zod/v4 never zod 3 from zod
43
-
44
43
use Icon at the end of phosphor react icons, like CaretIcon not Caret
0 commit comments