question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for MDX v2

See original GitHub issue

Thanks for the amazing package @JounQin!

For v2 it looks like we’ll need to change a few things with this package, it’s currently silently failing when run in the next branch of mdx-js/mdx. Will you have any time in the next month or so to ensure compatibility?

~/c/mdx next ⇡
❯ yarn lint
yarn run v1.17.3
$ eslint . --cache --ext js,jsx,md,mdx -f friendly

Oops! Something went wrong! :(

ESLint: 7.0.0


error Command failed with exit code 2.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

~/c/mdx next 6s

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
JounQincommented, May 20, 2020

Sure, I’ll take a look ASAP.

1reaction
JounQincommented, Mar 28, 2022
# yarn 1
yarn add https://pkg.csb.dev/mdx-js/eslint-mdx/commit/abdc9db9/eslint-mdx https://pkg.csb.dev/mdx-js/eslint-mdx/commit/abdc9db9/eslint-plugin-mdx
# yarn 2, 3
yarn add eslint-mdx@https://pkg.csb.dev/mdx-js/eslint-mdx/commit/abdc9db9/eslint-mdx/_pkg.tgz eslint-plugin-mdx@https://pkg.csb.dev/mdx-js/eslint-mdx/commit/abdc9db9/eslint-plugin-mdx/_pkg.tgz
# npm
npm i https://pkg.csb.dev/mdx-js/eslint-mdx/commit/abdc9db9/eslint-mdx https://pkg.csb.dev/mdx-js/eslint-mdx/commit/abdc9db9/eslint-plugin-mdx

Please help us to test the fresh new version.

Read more comments on GitHub >

github_iconTop Results From Across the Web

MDX 2
Version 2 of MDX was released after years of hard work, ... Any JSX runtime: React, Preact, Vue, Emotion, you name it, they're...
Read more >
MDX v2: ☂️ Umbrella issue #1041 - GitHub
How can you help? Let us know if you want to take on any of the issues that don't yet have folks assigned....
Read more >
What's new in MDX v2 - LogRocket Blog
MDX v2 ships with support for adding expressions, like JavaScript expressions, to MDX code. The expressions can be added anywhere in an MDX...
Read more >
gatsby-plugin-mdx - npm
MDX syntax differs from Markdown as it only supports CommonMark ... Install @sindresorhus/slugify into your project (v1 as v2 is ESM-only):.
Read more >
MDX and React - Docusaurus
Docusaurus has built-in support for MDX v1, which allows you to write JSX ... Docusaurus v2 is using MDX v1, which has a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found