Releases: mdx-js/eslint-mdx
[email protected]
Patch Changes
New Contributors
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.1
[email protected]
[email protected]
Minor Changes
-
#562
3aa0f20
Thanks @JounQin! - refactor: remove unnecessaryloadEsmModule
helper, use nativeimport()
instead -
#564
2672044
Thanks @JounQin! - feat: check nested code blocks without blank lines -
#564
2672044
Thanks @JounQin! - feat: support mdx comments as ESLint directives
Patch Changes
-
#567
68b2028
Thanks @JounQin! - fix: code block filename regexp group names missed -
Updated dependencies [
3aa0f20
]:
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.4.0
[email protected]
[email protected]
Patch Changes
-
#558
cb2a660
Thanks @renovate! - fix(deps): pin dependencies, bumpsynckit
-
Updated dependencies [
cb2a660
]:
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.2
[email protected]
Patch Changes
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.2
[email protected]
Patch Changes
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.1
[email protected]
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
[email protected]
Patch Changes
Full Changelog: https://github.com/mdx-js/eslint-mdx/compare/[email protected]@3.3.1
[email protected]
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