16.0.0 • Published 2 months ago

@zthun/markdownlint-config v16.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

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.

16.0.0

2 months ago

15.1.1

5 months ago

15.0.0

5 months ago

15.1.0

5 months ago

14.4.0

5 months ago

14.3.1

9 months ago

14.2.0

11 months ago

14.0.0

1 year ago

14.1.0

1 year ago

13.0.0

2 years ago

13.0.1

2 years ago

12.0.0

2 years ago

11.2.0

2 years ago

11.0.0

3 years ago

10.1.0

3 years ago

10.0.0

3 years ago