textlint-rule / textlint-rule-prh

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

feat(options): support CodeBlock's comment #69

Closed azu closed 4 years ago

azu commented 4 years ago

Features

Example

{
    "rules": {
        "prh": {
            "checkCodeComment": ["js", "javascript"],
            "rulePaths" :["./prh.yml"]
        }
    }
}

Support CodeBlock's comment // and /*.

   // $ is jquery

Limitation: It just support JavaScript Code, because I don't found any lang comment parser correctly.

fix #38