Releases: ota-meshi/eslint-plugin-markdown-preferences
Releases · ota-meshi/eslint-plugin-markdown-preferences
v0.40.3
v0.40.2
Patch Changes
-
#235
4450217Thanks @copilot-swe-agent! - fix(markdown-preferences/no-heading-trailing-punctuation): correctly handle headings ending with inline code, images, and other non-text content -
#236
2fec2b5Thanks @copilot-swe-agent! - fix(markdown-preferences/no-trailing-spaces): report trailing spaces before non-empty lines
v0.40.1
Patch Changes
- #228
4fcfb74Thanks @copilot-swe-agent! - fix(markdown-preferences/heading-casing): prevent crash when heading contains sub-phrase from preserved words list
v0.40.0
Minor Changes
- #224
5796931Thanks @copilot-swe-agent! - feat: addmarkdown-preferences/max-lenrule
v0.39.0
Minor Changes
- #222
24995ebThanks @copilot-swe-agent! - feat(markdown-preferences/ordered-list-marker-sequence): addincrementoption to enforce either sequential numbering or using1.for all items
v0.38.0
Minor Changes
- #215
82e0c36Thanks @ota-meshi! - feat: addmarkdown-preferences/no-heading-trailing-punctuationrule
v0.37.0
Minor Changes
- #212
8a239f8Thanks @ota-meshi! - feat: addmarkdown-preferences/no-tabsrule
v0.36.3
Patch Changes
-
#208
d6f38bcThanks @ota-meshi! - fix(markdown-preferences/prefer-link-reference-definitions): improve fixers to avoid adding duplicate definitions -
#197
7a4ae78Thanks @ota-meshi! - fix(markdown-preferences/sort-definitions): remove unnecessary 'alphabetical' property from option schema
v0.36.2
Patch Changes
- #175
38637c7Thanks @andreww2012! - fix: disallow extra properties in rule options
v0.36.1
Patch Changes
- #184
b1acf87Thanks @ota-meshi! - fix(markdown-preferences/padding-line-between-blocks): false negatives for disable-next-line directive with tags