textlint / textlint-filter-rule-comments

textlint filter rule that disables all rules between comments directive.
MIT License
30 stars 3 forks source link

README.md should show correct config property name #3

Closed bignimbus closed 8 years ago

bignimbus commented 8 years ago

In the readme,

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

Should be

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

Preparing a fix now.