2.1.1 • Published 5 months ago

@kitschpatrol/markdownlint-config v2.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@kitschpatrol/markdownlint-config

Overview

It's a shared markdownlint config.

See @kitschpatrol/shared-config for the recommended single-package approach.

Setup

To use just this markdownlint config in isolation:

  1. Install the .npmrc in your project root. This is required for correct PNPM behavior:

    pnpm dlx @kitschpatrol/npm-config
  2. Add the package:

    pnpm add -D @kitschpatrol/markdownlint-config
  3. Add the starter .markdownlint.json file to your project root, and add any customizations you'd like:

    pnpm exec markdownlint-config --init

Usage

The markdownlint binary should be picked up automatically by VSCode plugins.

You can call it directly, or use the script bundled with the config.

Integrate with your package.json scripts as you see fit, for example:

...
"scripts": {
  "lint": "markdownlint-config"
}
...

Notes

Ignores files in .gitignore

2.1.1

5 months ago

2.1.0

5 months ago

2.0.0

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago