remark-lint-write-good

1.2.0 • Public • Published

remark-lint-write-good

This rule for remark-lint uses write-good to check the content of a Markdown file for stylistic issues:

{
    "plugins": [
        "remark-preset-lint-recommended",
        ["remark-lint-write-good", ["warn", {
            "passive": false,
            "whitelist": [ "read-only" ]
        }]]
    ]
}

You can apply all the checks that are listed in the write-good documentation. In this example, for instance, the passive-voice check is disabled and messages regarding the word "read-only" are suppressed.

Readme

Keywords

none

Package Sidebar

Install

npm i remark-lint-write-good

Weekly Downloads

25,114

Version

1.2.0

License

MIT

Unpacked Size

8.21 kB

Total Files

15

Last publish

Collaborators

  • zerok