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
// MD004/ul-style. We prefer dash, but generated CHANGELOG.md files use
// asterisk. The default "consistent" is a good compromise.
"MD004": { "style": "consistent" },
// MD012/no-multiple-blanks: disabled because common in CHANGELOG.md files
"MD012": false,
// MD060/table-column-style: Disabled because a common case is a last column with longer prose. The current "aligned" style results is large trailing padding in the last column which makes reviews more difficult. TODO: re-evaluate after https://github.com/DavidAnson/markdownlint/issues/1818