Awesome Cursor Rules Collection
Filter by:
Showing 697-708 of 2626 matches
TypeScript
- Use English for all Copilot++ suggenstion, code, comments, and documentation
- Never use Japanese for Copilot++ suggenstion
- Use folllowing project wide tech stack
- Tech Stack
- Next.js App Router
- Prisma ORM
- PostgreSQL
- Tailwind CSS
- Daisy UI
- TypeScript
- ESLint
- Prettier
- Vercel
- Unit/Component Testing
- vitest
- @testing-library/dom
- @testing-library/react
- @testing-library/user-event
- happy-dom
- @testing-library/jest-dom
- never use @testing-library/react-hooks. It's not maintained and has a lot of issues. Use @testing-library/react instead
css
eslint
javascript
jest
next.js
postgresql
prettier
prisma
+6 more
First seen in:
Used in 1 repository
TypeScript
Never use the fetch handler for durable objects. Always use RPC methods and access them directliy.
Always use shadcn/ui components when writing React components. If I need to install anything, instruct me to do that.
When installing dependencies use `pnpm`
When installing shadcn/ui components use `pnpm dlx shadcn@latest add`
css
javascript
npm
pnpm
react
shadcn/ui
typescript
First seen in:
Used in 1 repository
TypeScript