Files
vscode-codeql/.markdownlint.json
Koen Vlaswinkel 9a77748a59 Fix auto-fixable markdownlint violations
This fixes all violations that can be fixed by using
`npm run lint:markdown -- --fix`.

This also updates the markdownlint configuration to require dashes in
unstyled lists. This results in the least amount of changes to Markdown
files. The default setting results in rewriting the complete CHANGELOG
file.
2023-12-14 10:47:39 +01:00

8 lines
80 B
JSON

{
"ul-style": {
"style": "dash"
},
"MD013": false,
"MD041": false
}