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
Long-term, there's no real structural reason not to unify the linters - and the ESLint project is well-positioned to be a general web dev languages linter
Removing Markdownlint means reducing the number of root-level files by two: removing .markdownlint.json and .markdownlintignore
Bug Report Checklist
main
branch of the repository.Overview
As of late 2024, ESLint now supports linting Markdown natively: https://eslint.org/blog/2024/10/eslint-json-markdown-support. There are two reasons why I'd like to go with
@eslint/markdown
instead of Markdownlint:.markdownlint.json
and.markdownlintignore
Additional Info
This is currently blocked on
@eslint/markdown
adding in all the important rules that CTA uses from Markdownlint today. That includes the https://github.com/JoshuaKGoldberg/sentences-per-line contributed Markdownlint rule: eslint/markdown#317💖
The text was updated successfully, but these errors were encountered: