clean up outdated `eslint-disable`
Open
@peterkulko is already working on this.
Since Mar 19, 2025.
- Dominant language
- JavaScript
- Stars
- 140
- Forks
- 100
- Avg merge
- 1h 3m
- Merged PRs (30d)
- 30
Description
We should do a pass to find any eslint-disable lines we don't need any more and remove them.
Inspired by https://github.com/openedx/paragon/pull/3390/files/b2da298b69f96cb6653ecf3971413f51eaa2b994#r1927114654
Example line in question
https://github.com/openedx/paragon/blob/c5c48aa2aed9c4e583d83bbe58783a93db40977a/src/hooks/tests/useToggle.test.tsx#L22
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.
Assessment
This issue has not been assessed yet.