We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76faaae commit 4f09137Copy full SHA for 4f09137
.github/copilot-instructions.md
@@ -119,7 +119,7 @@ All About Olaf is a React Native mobile application for the St. Olaf College com
119
- Log errors appropriately (using Sentry integration)
120
121
### Data Formatting
122
-- Use moment.js for date/time formatting (though consider migrating to date-fns)
+- **Do not use Moment.js for new code; it is deprecated.** Use modern alternatives such as `date-fns` or `Day.js` for date/time formatting.
123
- Use utility functions for consistent data formatting
124
- Handle edge cases in data parsing
125
0 commit comments