Skip to content

Commit

Permalink
[INFRA] Set the maximum heading length lint check to false
Browse files Browse the repository at this point in the history
Set the maximum heading length `lint` check to `false`.
  • Loading branch information
jhlegarreta committed Sep 5, 2019
1 parent 4c39c10 commit acca7a2
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 acca7a2

Please sign in to comment.