Releases: mdx-js/eslint-mdx
Releases · mdx-js/eslint-mdx
v0.9.3
0.9.3 (2019-08-04)
Bug Fixes
- error from typescript parser in plain object (f634e40)
v0.9.1
0.9.1 (2019-08-03)
Bug Fixes
- always extends base config (530160a)
v0.9.0
0.9.0 (2019-08-03)
Features
- support other extensions, detect parsers automatically (5386098)
v0.8.1
0.8.1 (2019-08-03)
Features
- split into two packages, use lerna as publisher (#22) (349b1ff), closes #21
v0.8.0
0.8.0 (2019-08-03)
Features
- split into two packages, use lerna as publisher (#22) (349b1ff), closes #21
v0.7.1
0.7.1 (2019-08-03)
Features
- export a parse function for compatibility usage (0fdaf9f)
v0.7.0
0.7.0 (2019-08-02)
Features
- add new rule no-unescaped-entities (dca8633)
v0.6.0
0.6.0 (2019-08-02)
Features
- add new rule
no-jsx-html-comments
, close #13 (67ba91e)
- processor support for normalize comments in jsx [ci skip] (114831c)
v0.5.0
0.5.0 (2019-07-31)
Features
- add
@rxts/mdx/no-unused-expressions
rule to replace eslint's (5d62b55)
v0.4.1
0.4.1 (2019-07-31)
Features
- perf: extract
parseMdx
, exports everything in package (1f965a1)