Skip to content

Commit

Permalink
fix: update maximum line length to 120 (#500)
Browse files Browse the repository at this point in the history
To match eslint settings for JavaScript
  • Loading branch information
joyeecheung authored Mar 10, 2024
1 parent e51994b commit dca7621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const plugins = [
[remarkLintFirstHeadingLevel, 1],
[remarkLintHeadingStyle, "atx"],
[remarkLintListItemIndent, "space"],
remarkLintMaximumLineLength,
[remarkLintMaximumLineLength, 120],
remarkLintNoConsecutiveBlankLines,
remarkLintNoFileNameArticles,
remarkLintNoFileNameConsecutiveDashes,
Expand Down

0 comments on commit dca7621

Please sign in to comment.