Replies: 1 comment
-
This is not enough information. Please follow our support guide and amend your question: https://mdxjs.com/community/support/. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm want to install mdx eslint plugin on my nx monorepo.

I have @typescript-eslint/parser as default parser. I my ui-storybook/.eslintrc.json, I have add to overrides.
{
"files": "*.mdx",
"parser": "eslint-mdx"
}.
And after this eslint just stucking. In debug mode I see.
Beta Was this translation helpful? Give feedback.
All reactions