eslint-plugin-mdx
eslint-plugin-mdx copied to clipboard
Does not correctly parse blocks with blank lines
<Component>
{() => {
const x;
const y;
}}
</Component>
Results in parsing error.
I think this is caused by https://github.com/mdx-js/mdx/issues/195