-
-
Notifications
You must be signed in to change notification settings - Fork 75
chore: update markdownlint to 0.46.0
#840
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for hi-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for zh-hans-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for new-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for ja-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for fr-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for de-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for pt-br-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for es-eslint ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
markdownlint to 0.45.0markdownlint to 0.46.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, thanks. Maybe we should activate descriptive link texts(MD059) in the future?
Leaving this open for aladdin-add to review.
Prerequisites checklist
What is the purpose of this pull request?
This PR was prompted by #803.
In this PR, I've updated
markdownlintto0.46.0.It seems the only blocker for #803 is the minor version update of
markdownlint:https://github.com/eslint/eslint.org/actions/runs/19236566083/job/54987966936?pr=803
Looking at the changelogs up to
0.46.0, there don't appear to be any blockers for this update aside from the addition of theMD059andMD060rule.I've set the
MD059andMD060rules tofalseto avoid warnings about non-descriptive link descriptions and table cells.Change Logs: https://github.com/igorshubovych/markdownlint-cli/releases
What changes did you make? (Give an overview)
In this PR, I've updated
markdownlintto0.46.0.Related Issues
Ref: #803
Is there anything you'd like reviewers to focus on?
N/A