You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The introduction of max_line_length with a default of 80
was a breaking change as previously line length was not
constrained.
This constraint required the use of remark-lint, which
caused MarkdownBear to remove all content from files
if remark-lint could not be found in NODE_PATH.
The default is now again to not check line length,
and not use remark-lint unless the .coafile explicitly
requests a max_line_length.
Fixescoala#1581
0 commit comments