Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Wrapper for write-good that integrates it into remark-lint.

License

Notifications You must be signed in to change notification settings

zerok/remark-lint-write-good

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Wrapper for write-good that integrates it into remark-lint.

Resources

License

Stars

Watchers

Forks

Packages

No packages published