Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 305 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 305 Bytes

設定メモ

npm i -D textlint-rule-preset-japanes textlint-filter-rule-comments textlint-rule-prh

{
  "rules" : {
    "preset-japanese": true,
    "prh": {
      "rulePaths": [
        "./prh/prh.yml",
        "./prh/kana-open.yml"
      ]
    },
  },
  "filters": {
    "comments": true
  }
}