remove formatting lints already handled by the formatter
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 245
- Forks
- 80
- Avg merge
- 10h 46m
- Merged PRs (30d)
- 2
Description
At least some lint rules which predate the formatter - notably "no more than one blank line is allowed" - could be handled by running the formatter with --check. We should get rid of any such redundant rules.
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
Review the lint configuration and the formatter's --check behavior, focusing first on rules that enforce formatting such as the single-blank-line limit. Confirm which rules are redundant, remove only those covered by the formatter, and verify that the remaining lint checks and formatter check still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100