@zthun/janitor-markdownlint-config
Version:
A shared configuration for markdownlint for @zthun scoped projects.
26 lines (18 loc) • 477 B
Markdown
# 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.