Files
crowd-funder-from-jason/.cursor/rules/development_guide.mdc
2025-07-31 06:31:14 +00:00

11 lines
389 B
Plaintext

---
description: rules used while developing
globs:
alwaysApply: true
---
✅ use system date command to timestamp all interactions with accurate date and time
✅ python script files must always have a blank line at their end
✅ remove whitespace at the end of lines
✅ use npm run lint-fix to check for warnings
✅ do not use npm run dev let me handle running and supplying feedback