@zthun/janitor-markdownlint-config
v19.5.2
Published
A shared configuration for markdownlint for @zthun scoped projects.
Downloads
574
Maintainers
Readme
Markdownlint Config
This is the shared markdownlint configuration for zthun scoped projects.
Getting Started
# NPM
npm install @zthun/janitor-markdownlint-config --save-dev
# Yarn
yarn add @zthun/janitor-markdownlint-config --devUsage
In the markdownlint config file, add the following
{
"extends": ["@zthun/janitor-markdownlint-config"]
}That's it. You now have the recommended rules for zthun scoped projects when using janitor-lint.
