4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript468 forks (468 forks)user submission
docshelp wanted
Repository metrics
- Stars
- 5,022 stars (5,022 stars)
- PR merge metrics
- Avg merge 1d 16h (Avg merge 1d 16h)399 merged PRs in 30d (399 merged PRs in 30d)
Contributor guide
- Research direction
- Investigate the `no useless spread` rule logic to understand how it detects removable spreads. Trace the test case at `test/no useless spread.mjs` line 259 to see the failing scenario. Check MDN documentation for `Array.prototype.concat` behavior with sparse arrays to confirm the spread removal is unsafe. Consider adding a check for sparse arrays in the rule.
- Tech stack
- javascript
- Domain
- tooling
- Issue type
- Bug
- Prerequisites
- JavaScriptESLint