4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript2,080 forks (2,080 forks)batch import
featurehelp wanted
Repository metrics
- Stars
- 12,263 stars (12,263 stars)
- PR merge metrics
- Avg merge 15h 36m (Avg merge 15h 36m)3 merged PRs in 30d (3 merged PRs in 30d)
Description
-
ОК
{
"test": 123456789012
}

-
Not OK - extra date appeared
{
"test": 1234567890123
}

Contributor guide
- Research direction
- Locate where date tags are rendered in the source code (likely in a component or utility for formatting). Understand the current logic that detects numbers as timestamps. Add a new option (e.g., `showDateTags`) to the configuration and conditionally skip date tag rendering. Update relevant tests and documentation.
- Tech stack
- javascript
- Domain
- frontendtooling
- Issue type
- Feature
- Prerequisites
- JavaScriptGit