Awesome Cursor Rules Collection
Filter by:
Showing 1549-1560 of 2626 matches
Python
-DONT EVER WRITE THIS IN MY CODE {
"rest of your existing analyze_directories code ..."
}
BE PYTHONIC
CREATE A LOG FILE AND LOG ALL ERRORS AND STATUS UPDATES TO IT-
-If we need to modulaize code do so but allways create a log file of changes you made so if when you modualize my code and you break it you can go back and see what you did or force us to use git to revert it. golang
powershell
python
rest-api
shell
First seen in:
Used in 1 repository
CSS
# Rules
Apply the following rules to the codebase
## Shadcn Rule
1. You must use `npx shadcn@latest add <component-name>` to add new shadcn components. Never use `npx shadcn-ui@latest add <component-name>` because it is deprecated.
## EsLint Rule
1. Make sure you fix all the linting errors and warnings.
## Vite + React + Tailwind CSS + TypeScript Rule
1. Style with Tailwind CSS utility classes for responsive design
2. Do not export pages as default, instead export them as named exports and import them with the page name.
3. Import components using absolute paths. Never use relative paths.
4. Remove all the unused imports, variables, and components.
css
eslint
html
javascript
react
shadcn/ui
tailwindcss
typescript
+1 more
First seen in:
Used in 1 repository