textlint/textlint-filter-rule-comments

README.md should show correct config property name

bignimbus opened this issue · 0 comments

In the readme,

{
    "filters": {
        "ignore-comments": true
    }
}

Should be

{
    "filters": {
        "comments": true
    }
}

Preparing a fix now.