@zthun/markdownlint-config

16.0.0 • Public • Published

Markdownlint Config

This is the shared markdownlint configuration for zthun scoped projects.

Getting Started

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

Usage

In the markdownlint config file, add the following

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

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

If you are using the Atom or VSCode plugin, it may not recognize the imported js configuration style. Instead, you can use the provided as-json.json file.

{
  "extends": "@zthun/markdownlint-config/as-json.json"
}

That works just as well.

Package Sidebar

Install

npm i @zthun/markdownlint-config

Weekly Downloads

6

Version

16.0.0

License

MIT

Unpacked Size

5.86 kB

Total Files

6

Last publish

Collaborators

  • zthun