Sourced from markdownlint-rule-relative-links's releases.
v4.0.1
4.0.1 (2024-12-28)
Bug Fixes
- use
.markdownlint-cli2.mjsfor the configuration file (db57d67)v4.0.0
4.0.0 (2024-12-28)
Features
BREAKING CHANGES
- This package is now pure ESM
- minimum supported Node.js >= 22.0.0
db57d67
fix: use .markdownlint-cli2.mjs for the configuration
fileaa24db4
feat: usage of ESM modules imports (instead of CommonJS)b4a04d2
chore: remove not needed npm engine requirement54e45d3
build(deps): update latestdd70d6d
chore: remove usage of git hooks (husky, lint-staged, commitlint) +
usage of ...