Use markdown linting instead of Jest for validating .md docs #4366
Labels
blocked by another issue
Issues which are not ready because another issue needs to be resolved first
repo maintenance
things to do with maintenance of the repo, and not with code/docs
Right now,
packages/eslint-plugin/docs.test.ts
is what validates rule docs are set up properly. I think it'd give a better dev experience to have whatever linter we use for markdown validate inline rather than waiting for a separate CI job / CLI task.Blocked on #3223, presumably, in case we do end up switching to
remark-lint
/eslint-plugin-mdx
.The text was updated successfully, but these errors were encountered: