Skip to main content

no-horizontal-rules

Disallows horizontal rules.

Rule Details

Horizontal rules create visual structure without describing the relationship between sections. Prefer headings to organize content. This rule automatically removes horizontal rules.

<!-- Bad -->

First section

---

Second section

<!-- Good -->

## First Section

## Second Section

Options

This rule is not configurable.

Resources