Skip to content

Instantly share code, notes, and snippets.

@nschonni
Last active September 10, 2019 02:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nschonni/3b8f01fc131799636034604ca4ed7385 to your computer and use it in GitHub Desktop.
Save nschonni/3b8f01fc131799636034604ca4ed7385 to your computer and use it in GitHub Desktop.
Running Markdownlint config for nodejs/node as run with markdownlint-cli@0.18.0 using `markdownlint "**/*.md" -i "deps/" -i "tools/" -i "test/"`
{
"default": true,
"MD004": false,
"MD013": false,
"MD014": false,
"MD022": false,
"MD024": false,
"MD026": false,
"MD033": {
"allowed_elements": [
"a",
"td", "table", "tr", "th",
"code",
"br",
"sup",
"strong", "em", "b",
"p", "span", "div",
"details", "summary"
]
},
"MD034": false,
"MD036": false,
"MD038": false,
"MD041": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment