textlint-rule / textlint-rule-prh

textlint rule for prh.
MIT License
82 stars 6 forks source link

Support "~/" path #10

Closed azu closed 8 years ago

azu commented 8 years ago
{
    "rules": {
        "prh": {
            "rulePaths" :["~/path/to/prh.yml"]
        }
    }
}

feedback from http://note103.hateblo.jp/entry/2016/06/13/074744

azu commented 8 years ago

Does we use https://www.npmjs.com/package/untildify ?