Monday, December 26, 2022

Markdown linter rules config file

DavidAnson/vscode-markdownlint: Markdown linting and style checking for Visual Studio Code

Rules can be enabled, disabled, and customized by creating a JSON file named .markdownlint.jsonc/.markdownlint.json or a YAML file named .markdownlint.yaml/.markdownlint.yml or a JavaScript file named .markdownlint.cjs in any directory of a project.

markdownlint/Rules.md at v0.26.2 · DavidAnson/markdownlint

the rules can be configured by "number", or by "alias"; 

example: .markdownlint.yml

line-length: false
no-duplicate-header: false
no-inline-html: false