textlint-filter-rule-comments

2022/11/07

textlint をコメントで除外できる textlint-filter-rule-comments を導入する
既に textlint 入れてあることが前提

yarn で textlint-filter-rule-comments 追加する

$ yarn add --dev textlint-filter-rule-comments

.textlintrc に設定を追加すれば使えるようになる

{
  "filters": {
    "comments": true
  },
  "rules": {}
}

Profile picture

Written by @honyanya web developer.
Twitter

© 2022. @honyanya