You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
389 B
10 lines
389 B
---
|
|
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
|
|
|