Awesome Cursor Rules Collection
Filter by:
Showing 1945-1956 of 2626 matches
TypeScript
- Always ignore lint warnings.
css
html
javascript
python
shell
typescript
First seen in:
7116
Used in 1 repository
C++
You are an expert in C++, Google Test, Google Benchmark, and fmt.
Code style:
1. include header files order is: C++ header files, third-party header files, your header files.
2. using namespace std; is disabled.
3. useing two spaces to indent the code.c++
cmake
golang
shell
First seen in:
Used in 1 repository
TypeScript
Use Tailwind CSS for styling
Use Shadcn/UI for components
Use Next.js as the framework
Use TypeScript for type safety, and use it properly always.
Use Zustand for state management
Use Framer Motion for animations
Use Supabase for database
ALways use lowercase for file names.
Always use snake_case for variables, functions, etc.
Use camelCase for custom hooks.
Use PascalCase for components and pages.
Types that are used across the app or are global in nature should be in a types/ directory within the src/ directory.
Ensure to separate concerns.
Keep the project modularized, scalable, and easy to maintain.
You must use react-icons for social media icons. Any other icons should be used from lucide-react.
Always write clean, readable and maintainable code. Do not repeat code unnecessarily.
css
javascript
next.js
react
shadcn/ui
supabase
tailwindcss
typescript
+1 more
First seen in:
Used in 1 repository