You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
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
npmnpm
Version published
Weekly downloads
23K
44.49%
Maintainers
1
Weekly downloads
 
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