tc39/ecmarkup

remove formatting lints already handled by the formatter

bakkot opened this issue · 0 comments

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.