1.3.5 • Published 6 years ago
@strictr/markdown-lint-config v1.3.5
Markdown Lint Configuration
A portable markdown lint configuration.
Installation
In order to use this configuration in your project you can run the following command:
npm i @strictr/markdown-lint-config -DAnd after that in your .markdownlint.json can look like this:
{
"extends": "./node_modules/@strictr/markdown-lint-config/index.json"
}This will allow your markdownlint to use the common rules configuration.
Contributing and Development
New Merge Requests are always welcome and the package is updated on regular basis.