textlint をコメントで除外できる textlint-filter-rule-comments を導入する
既に textlint 入れてあることが前提
yarn で textlint-filter-rule-comments 追加する
$ yarn add --dev textlint-filter-rule-comments.textlintrc に設定を追加すれば使えるようになる
{
"filters": {
"comments": true
},
"rules": {}
}