🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

remark-lint-write-good

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-lint-write-good

A remark-lint rule to check each paragraph using write-good.

1.2.0
latest
npm
Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 07 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts