·
21 commits
to master
since this release
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
- Updated dependencies [
1c31834
]:
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.0