Skip to content

Releases: mdx-js/eslint-mdx

[email protected]

22 Apr 04:49
870a3a6
Compare
Choose a tag to compare

Patch Changes

[email protected]

22 Apr 04:49
870a3a6
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 Apr 17:02
def1f51
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

05 Apr 17:02
def1f51
Compare
Choose a tag to compare

Minor Changes

[email protected]

04 Apr 08:39
af2d42d
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

04 Apr 08:39
af2d42d
Compare
Choose a tag to compare

Patch Changes

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

[email protected]

24 Mar 15:16
450a33f
Compare
Choose a tag to compare

[email protected]

24 Mar 14:55
c1be322
Compare
Choose a tag to compare

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

[email protected]

24 Mar 15:16
450a33f
Compare
Choose a tag to compare

[email protected]

24 Mar 14:55
c1be322
Compare
Choose a tag to compare

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'

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