15 comments (15 comments)0 reactions (0 reactions)1 assignee (1 assignee)TypeScript13,657 forks (13,657 forks)batch import
area/platformhelp wantedkind/enhancementpriority/p2status/bot-triaged
Repository metrics
- Stars
- 103,992 stars (103,992 stars)
- PR merge metrics
- Avg merge 4d 2h (Avg merge 4d 2h)55 merged PRs in 30d (55 merged PRs in 30d)
Description
Tracks adopting key linter rules and eliminating suppressions for existing linter rules.
Candidates include:
- Unsafe assignments
- Unsafe returns
- Misuse of promises
The emphasis is on enabling rules that prevent functional or correctness issues.
Contributor guide
- Research direction
- Identify current linter suppressions in the codebase and plan to enable candidate rules (unsafe assignments, unsafe returns, misuse of promises) while fixing violations.
- Tech stack
- typescript
- Domain
- clibackend
- Issue type
- Chore
- Prerequisites
- TypeScriptLinting concepts