Closed mhellmeier closed 8 months ago
how about adding a "lint-kits-fix": "markdownlint-cli2-fix .markdownlint.yaml \"docs-kits/*/.md\" \"#node_modules\"" command ?
Based on the documentation of markdownlint-cli2, the --fix
option only helps with "fixable issues". Further, adding a command like lint-kits-fix
would change all KITs, which can cause problems.
But feel free to execute the command locally with the specific folder of your KIT instead of docs-kits/**/*.md
.
Nevertheless, being aware of the --fix
option is a good idea that could be added to the documentation of the README
.
Fixed in #704
Due to the activation of the markdown linter in #674, several problems with different markdown files exist that need to be fixed.
Output: