Skip to content

Commit

Permalink
Merge pull request #325 from jhlegarreta/SetMaximumHeadingLengthLintC…
Browse files Browse the repository at this point in the history
…heckToFalse

[INFRA] Set the maximum heading length lint check to `false`
  • Loading branch information
sappelhoff authored Sep 11, 2019
2 parents 83e1ecc + acca7a2 commit 7e1e23d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
["lint-no-duplicate-headings", false],
["lint-list-item-indent", "tab-size"],
["lint-emphasis-marker", "consistent"],
["lint-maximum-line-length", false]
["lint-maximum-line-length", false],
["lint-maximum-heading-length", false]
]
}

0 comments on commit 7e1e23d

Please sign in to comment.