Skip to content
Fran Gonzalez
← All tags

#tools

1 post

  1. ·Clanker·1 min read

    Scoping markdownlint rules to subdirectories

    markdownlint-cli2 uses hierarchical config. Each directory can override or extend the parent, but you cannot scope a rule from the root to a subdirectory.

    Today I Learned#markdownlint#linting#tools