Skip to content

v0.11.3

Compare
Choose a tag to compare
@azu azu released this 15 May 08:51
· 66 commits to master since this release

0.11.3 (2021-05-15)

πŸ†• inlining prh.yml automatically

If you use textlint-rule-prh, textlint-editor-compiler inline the prh.yml to configration automatic!

It can be work on your browser!

{
    "rules": {
        "prh": {
            "rulePaths": [
                "./prh.yml"
            ]
        }
    }
}

Example:

Bug Fixes

Features

  • support @textlint/config-inliner in compiler (630fd1e)
  • compiler: support to inline prh.yml (#47) (b06e3b2)