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.
8 lines
80 B
JSON
8 lines
80 B
JSON
{
|
|
"ul-style": {
|
|
"style": "dash"
|
|
},
|
|
"MD013": false,
|
|
"MD041": false
|
|
}
|