tc39 / tc39/ecmarkup

remove formatting lints already handled by the formatter

Open
#487 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.