remark-lint-are-links-valid-alive

0.3.0 • Public • Published

remark-lint-are-links-valid-alive

Build Status Coverage Status Commitizen friendly

Make your links to follow to your rules!

Installation

npm install remark-lint-are-links-valid-alive # or yarn 

Usage

Add remark-lint-are-links-valid-alive to remark's configuration:

{
  "plugins": [
    ...
    "remark-lint-are-links-valid-alive"
  ]
}

Options

remark-lint-are-links-valid-alive uses broken-link-checker internally. So you can pass any its options to remark-lint-are-links-valid-alive.

Note, that this plugin will skip unsupported URL schemes.

Changelog

Follows semver and conventional-commits. See CHANGELOG.md.

License

MIT, see LICENSE.md for details.

Part of a bigger family

This project is a part of remark-lint-are-links-valid

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i remark-lint-are-links-valid-alive

    Weekly Downloads

    5

    Version

    0.3.0

    License

    MIT

    Last publish

    Collaborators

    • sobolevn