matrix-org / matrix-org/matrix-js-sdk
Turn on `no-explicit-any`
Open
Nobody has claimed this yet.
T-Task
- Dominant language
- TypeScript
- Stars
- 2.2k
- Forks
- 704
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 40
Description
// We disable this while we're transitioning
"@typescript-eslint/no-explicit-any": "off",
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue points to .eslintrc.js lines 81-82 in matrix-react-sdk, where @typescript-eslint/no-explicit-any is disabled during a transition. First inspect the corresponding lint configuration in matrix-js-sdk and identify the transition scope. Done means the rule is enabled and the project's lint checks pass without the remaining violations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- eslint, typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100