Skip to content

Instantly share code, notes, and snippets.

@nomicode
Last active April 27, 2024 14:06
Show Gist options
  • Save nomicode/fecf294dd1e1abdefc8ea31bb9b57eb9 to your computer and use it in GitHub Desktop.
Save nomicode/fecf294dd1e1abdefc8ea31bb9b57eb9 to your computer and use it in GitHub Desktop.
My defaults for markdownlint
# My defaults for markdownlint
# https://gist.github.com/nomicode/fecf294dd1e1abdefc8ea31bb9b57eb9/
default: true
# Disables rules that may conflict with Prettier
# https://github.com/DavidAnson/markdownlint/blob/main/style/prettier.json
extends: markdownlint/style/prettier
# Line length
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md013
MD013: false
# Dollar signs used before commands without showing output
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md014
MD014: false
# Emphasis used instead of a heading
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md036
MD036: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment