Skip to content
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

incompatible with markdown files and eslint-plugin-mdx out of box #412

Closed
JounQin opened this issue Apr 22, 2021 · 0 comments · Fixed by #415
Closed

incompatible with markdown files and eslint-plugin-mdx out of box #412

JounQin opened this issue Apr 22, 2021 · 0 comments · Fixed by #415

Comments

@JounQin
Copy link
Member

JounQin commented Apr 22, 2021

Similar to #411, this is because of eslint-plugin-markdown@1

.md are parsable as estree by eslint-plugin-mdx and eslint-plugin-markdown@2 has changed to use virtual filename instead, so the md to babel mapping becomes incorrect then.

I don't know if you think this as BREAKING CHANGE for eslint-plugin-markdown@1 users, but they can simply set parser: 'markdown' if we remove the incorrect mapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant