This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@dsanders11/markdown-linting

1.0.2 • Public • Published

@dsanders11/markdown-linting

Continuous Integration npm version

Markdown linting helpers for Electron org repos

Usage

yarn global add @dsanders11/markdown-linting

electron-markdownlint "**/*.md"
electron-lint-markdown-links --root docs/

What It Provides

A base config for markdownlint is provided for consistent linting rules across repos. To use the base config, extend it in .markdownlint.json:

{
  "extends": "@dsanders11/markdown-linting/configs/markdownlint.json"
}

electron-markdownlint is provided as a wrapper command which adds extra rules found in this package automatically.

electron-lint-markdown-links is a command to further link links to find broken relative links, including URL fragments, and can also be used to check external links with the --fetch-external-links option.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @dsanders11/markdown-linting

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

48.1 kB

Total Files

18

Last publish

Collaborators

  • dsanders11