Releases: mdx-js/eslint-mdx
Releases · mdx-js/eslint-mdx
v1.15.1
1.15.1 (2021-09-15)
Bug Fixes
- allow comments to contain
--
(#348) (65028b9)
- deps: update dependency cosmiconfig to ^7.0.1 (1dbac89)
- deps: update dependency unified to ^9.2.2 (29ba0c5)
v1.15.0
1.15.0 (2021-08-21)
Bug Fixes
Features
- resolve custom remark config on parsing (#337) (94fcb4c)
v1.14.1
1.14.1 (2021-07-14)
Bug Fixes
- upgrade synckit v0.3.3 for node compatibility (#326) (a8e7584)
v1.14.0
1.14.0 (2021-07-11)
Features
- bump all upgradable deps, fix related usage (#321) (ea49cac)
- call
creatSyncFn
lazily for performance (#324) (29fe669)
v1.13.0
1.13.0 (2021-04-29)
Bug Fixes
Features
- fallback to async API on processSync error via synckit (#307) (94a08af)
- performance improvement via cache (a893aa7)
- use official eslint-plugin-markdown package (#304) (e6828be)
v1.12.0
1.12.0 (2021-04-05)
Bug Fixes
- check is eslint-plugin-react available (#299) (ed82698)
- result could be null in
plugins.reduce
(#302) (9ca50d0)
Features
v1.11.1
1.11.1 (2021-03-21)
Bug Fixes
- add helper getPositionAt to fix incorrect loc (#293) (260a07e), closes #292
- clean up
rebass
which is not bundled with mdx (#295) (4974093)
v1.11.0
1.11.0 (2021-03-18)
Bug Fixes
- cosmiconfig returns null if no config found (#285) (52d712a)
Features
v1.10.0
1.10.0 (2021-03-16)
Features
- use eslint-plugin-markdown as processor! (#283) (abe30cb)
- use processor to display remark reports directly (#281) (5052eb8)