Discover lintable files. By default returns git-tracked markdown-family files (.md, .mdx, .markdown, .mmd) under root; all/noGitignore walk the tree instead, explicit paths bypass discovery, and ignore globs prune the result.
.md
.mdx
.markdown
.mmd
root
all
noGitignore
paths
ignore
Discovery options (see DiscoverOptions).
Matching file paths.
Discover lintable files. By default returns git-tracked markdown-family files (
.md,.mdx,.markdown,.mmd) underroot;all/noGitignorewalk the tree instead, explicitpathsbypass discovery, andignoreglobs prune the result.