1.0.0 • Published 12 months ago
textlint-rule-no-h1 v1.0.0
textlint-rule-no-h1
This rule is a textlint rule that disallows the use of h1 in content. Maybe there is a title field, and it is h1.
Usage
npm i textlint textlint-rule-no-h1
{
"rules": {
"no-h1": true
}
}