JoshuaKGoldberg / create-typescript-app

Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝
MIT License
933 stars 69 forks source link

🚀 Feature: Use eslint-plugin-mdx instead of markdownlint #567

Open MrHBS opened 1 year ago

MrHBS commented 1 year ago

Bug Report Checklist

Overview

Hi Josh 👋,

What do you think of using eslint-plugin-mdx + remark-lint over eslint-plugin-markdown + markdownlint?

Additional Info

No response

JoshuaKGoldberg commented 1 year ago

Being able to reduce the number of linters this project depends on does sound quite appealing! I haven't looked at the eslint-plugin-mdx/remark-lint ecosystem in a little while. Nothing against them, just haven't had time to investigate myself. 😄

If you (or anybody else) could send a draft PR as a point of comparison that'd be great.