# Markdownlint Config

This is the shared markdownlint configuration for zthun scoped projects.

## Getting Started

```sh
# NPM
npm install @zthun/janitor-markdownlint-config --save-dev
# Yarn
yarn add @zthun/janitor-markdownlint-config --dev
```

## Usage

In the markdownlint config file, add the following

```json
{
  "extends": ["@zthun/janitor-markdownlint-config"]
}
```

That's it. You now have the recommended rules for zthun scoped projects when
using janitor-lint.
