Skip to content

v13.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 01:17
· 310 commits to master since this release
29b9550

What's Changed

Features

  • feat(textlint): support plugins for --init option by @chick-p in #1039
$ npm install textlint textlint-plugin-html textlint-rule-preset-ja-technical-writing
$ npx textlint --init

will generate .textlintrc.json

{
  "plugins": {
    "html": true
  },
  "filters": {},
  "rules": {
    "preset-ja-technical-writing": true
  }
}

Testing

  • test(textlint): remove it.only and use ts-node/esm by @azu in #1043

Dependency Updates

  • chore(deps): update dependency textlint-rule-preset-ja-spacing to ^2.3.0 by @renovate in #1038
  • chore(deps): update eslint to ^5.49.0 (minor) by @renovate in #1040

Full Changelog: v13.0.5...13.1.0