We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51994b commit dca7621Copy full SHA for dca7621
1 file changed
index.js
@@ -72,7 +72,7 @@ const plugins = [
72
[remarkLintFirstHeadingLevel, 1],
73
[remarkLintHeadingStyle, "atx"],
74
[remarkLintListItemIndent, "space"],
75
- remarkLintMaximumLineLength,
+ [remarkLintMaximumLineLength, 120],
76
remarkLintNoConsecutiveBlankLines,
77
remarkLintNoFileNameArticles,
78
remarkLintNoFileNameConsecutiveDashes,
0 commit comments