eslint-plugin-mdx@3.3.0
·
50 commits
to master
since this release
Minor Changes
-
#552
1c31834Thanks @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]:- eslint-mdx@3.3.0
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/eslint-mdx@3.2.0...eslint-plugin-mdx@3.3.0