Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 14:55
· 21 commits to master since this release
c1be322

Minor Changes

  • #552 1c31834 Thanks @JounQin! - feat: the new version is ESM primary, while commonjs is still supported.

    ESM migration:

    // before
    import eslintMdx from 'eslint-mdx'
    import eslintPluginMdx from 'eslint-plugin-mdx'
    // after
    import * as eslintMdx from 'eslint-mdx'
    import * as eslintPluginMdx from 'eslint-plugin-mdx'

Patch Changes

Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.0